OSDN Git Service

android-x86/external-bluetooth-bluez.git
2011-01-08 Claudio TakahasiMove interactive code of Discover Primary to gatt.c
2011-01-07 Claudio TakahasiRemove unused variable from browse_req structure
2011-01-07 Johan HedbergRemove unnecessary type cast
2011-01-07 Anderson LizardoMove GATT service to attribute server core
2011-01-07 Anderson LizardoMove GAP service registration to src/attrib-server.c
2011-01-07 Anderson LizardoRefactor example server to use att_put_u16()
2011-01-07 Brian GixFix gatt_read_char() to support long Attrib Values
2011-01-07 Brian GixFix g_attrib_send() to include a new ID parameter
2011-01-06 Luiz Augusto... telephony-ofono: fix not updating indicators when a...
2011-01-06 Luiz Augusto... telephony-ofono: add handling for Modem.Interfaces...
2011-01-06 Luiz Augusto... telephony-ofono: handle ofono appearing/disappearing...
2011-01-06 Luiz Augusto... telephony-ofono: simplify watches handling logic
2011-01-06 Luiz Augusto... telephony-ofono: fix not canceling pending calls on...
2011-01-06 Luiz Augusto... telephony-ofono: make use of GetCalls method
2011-01-06 Luiz Augusto... telephony-ofono: make use of GetModems method
2011-01-06 Luiz Augusto... telephony-ofono: fix not setting originating when statu...
2011-01-06 Luiz Augusto... telephony-ofono: fix not being able to answer alerting...
2011-01-06 Luiz Augusto... telephony-ofono: notify alerting calls when headset...
2011-01-05 Claudio TakahasiTODO: Start Discover All Primary Services after SDP...
2011-01-05 Claudio TakahasiTODO: Refactoring of gatt.c functions
2011-01-05 Claudio TakahasiTODO: Rename glib-helper file to a more convenient...
2011-01-05 Claudio TakahasiTODO: Remove characteristic discovery for non connectab...
2011-01-05 Claudio TakahasiTODO: Setup advertising parameters and data
2011-01-05 Claudio TakahasiChange security level on demand when reading characteri...
2011-01-05 Claudio TakahasiChange security level on demand when reading characteri...
2011-01-03 Johan Hedbergmgmt: Fix opcode endianess in commands
2011-01-03 Johan Hedbergmgmt: Add preliminary UUID handling
2011-01-02 Marcel Holtmanngdbus: Update copyright information
2010-12-30 Johan Hedbergmgmt: Implement set_pairable
2010-12-30 Johan HedbergRefactor handling of UUIDs with respect to adapter_ops
2010-12-29 Johan HedbergRename mgmt_update_mode to mgmt_update_powered for...
2010-12-29 Johan Hedbergmgmt: Use a common structure for powered, discoverable...
2010-12-29 Johan Hedbergmgmt: Clean up scan mode evaluation code
2010-12-29 Johan HedbergUpdate mgmt-api.txt to match latest implementation
2010-12-29 Johan Hedbergmgmt: Implement set_connectable
2010-12-29 Johan Hedbergmgmt: Implement set_discoverable
2010-12-29 Johan Hedbergmgmt: Implement set_powered
2010-12-29 Claudio TakahasiKeep found LE device list to use when creating a device
2010-12-29 Claudio TakahasiAdd LE read supported states for hciconfig
2010-12-29 Johan HedbergSimplify btd_event_conn_complete logic
2010-12-29 Johan HedbergDon't force device creation for pairing failure events
2010-12-29 Johan HedbergRemove unneeded set_connectable adapter_ops callback
2010-12-28 Marcel HoltmannRelease 4.84
2010-12-28 Anderson LizardoFix leak of EIR data if RSSI does not change
2010-12-28 Anderson LizardoFix crash due to misplaced parameter in emit_device_fou...
2010-12-28 Johan HedbergRename btd_adapter_get_state to btd_adapter_get_mode
2010-12-28 Johan HedbergRemove unused variable
2010-12-28 Johan HedbergFix adapter state when InitiallyPowered=false and Remem...
2010-12-27 Anderson LizardoRemove outdated comments
2010-12-27 Anderson LizardoRemove ancient NAME_SENT name resolution status
2010-12-27 Luiz Augusto... Fix printing D-Bus errors when headset record could...
2010-12-27 Johan HedbergAdd debug print for tracking adapter_mode_changed calls
2010-12-27 Johan HedbergFix closing of SDP server sockets
2010-12-26 Marcel HoltmannRelease 4.83
2010-12-23 Sheldon DemarioAdd Broadcaster property in DeviceFound signal
2010-12-23 Sheldon DemarioChange CreatePairedDevice to support LE devices
2010-12-23 Anderson LizardoFix spurious DeviceDisappeared signals after name resol...
2010-12-23 Johan HedbergChange power_on & power_off adapter_ops callbacks to...
2010-12-23 Vinicius Costa... Add a "services" command to test-device
2010-12-23 Vinicius Costa... Add GetProperties method the Service Interface
2010-12-23 Vinicius Costa... Add support for adding services to the Services property
2010-12-23 Vinicius Costa... Remove GetCharacteristics DBus method
2010-12-23 Vinicius Costa... Add a Discover method to the GATT Client
2010-12-23 Vinicius Costa... Add support for making LE connections to GATT client
2010-12-23 Vinicius Costa... Clean up the primary service D-Bus registration
2010-12-23 Vinicius Costa... Remove duplicated code for discovering GATT services
2010-12-23 Vinicius Costa... Add the btd_ prefix to device_add_service
2010-12-23 Vinicius Costa... Remove GATT information when the device is removed
2010-12-23 Vinicius Costa... Add a way to retrieve ATT primary services
2010-12-23 Vinicius Costa... Add support for creating devices from stored primary...
2010-12-22 Vinicius Costa... Add support for creating devices from stored types
2010-12-22 Vinicius Costa... Add support for storing the device type
2010-12-22 Luiz Augusto... sbc: detect when bitpool has changed
2010-12-22 Bruna MoreiraChange LE scan interval and window to recommended values
2010-12-22 Sheldon DemarioMove primary service storage to device.c
2010-12-22 Vinicius Costa... Add a way to store the remote device type
2010-12-22 Vinicius Costa... Fix memory leaks in the attrib-server
2010-12-22 Vinicius Costa... Fix attrib plugin deregistration
2010-12-21 Luiz Augusto... Configure HFP/HSP endpoints if headset interface is...
2010-12-21 Johan HedbergRemove unneeded variables from link_key_request()
2010-12-21 Claudio TakahasiRemove unneeded variable
2010-12-21 Johan HedbergAdd disconnect command to test-device
2010-12-21 Michal LabedzkiCoding style fixes for lib and tools
2010-12-20 Sheldon DemarioRemove bt_discover_services function from glib-helper
2010-12-20 Claudio TakahasiFix missing reply when create device is cancelled
2010-12-20 Bruna MoreiraRemove le_advertising_info struct from adapter.c
2010-12-20 Bruna MoreiraMove EIR flags definitions to adapter.c
2010-12-20 Johan HedbergRemove unused variables from link_key_request()
2010-12-20 Johan HedbergMove debug key handling into adapter_ops
2010-12-20 Johan HedbergAdd initial code for mgmtops adapter power control
2010-12-20 Michal LabedzkiFix tools UI to avoid program launch mistakes.
2010-12-20 Anderson LizardoFix memory leak of unused EIR name
2010-12-20 Johan HedbergFix compilation error in read_simple_pairing_mode_complete
2010-12-20 Johan HedbergUse find_adapter_by_id instead of find_adapter when...
2010-12-20 Johan HedbergGet rid of unnecessary manager_stop_adapter function
2010-12-19 Johan HedbergSimplify disconnect_addr helper function
2010-12-19 Johan HedbergGet rid of unneeded btd_adapter_get_conn_handle function
2010-12-19 Johan HedbergFix handle endianess issues with btd_adapter_read_clock
2010-12-19 Johan HedbergClean up btd_request_authorization code
2010-12-19 Johan HedbergRemove unnecessary btd_adapter_get_remote_version function
next