summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Release 4.834.83Marcel Holtmann2010-12-262-1/+11
* Add Broadcaster property in DeviceFound signalSheldon Demario2010-12-242-1/+10
* Change CreatePairedDevice to support LE devicesSheldon Demario2010-12-245-77/+131
* Fix spurious DeviceDisappeared signals after name resolutionAnderson Lizardo2010-12-231-1/+2
* Change power_on & power_off adapter_ops callbacks to set_poweredJohan Hedberg2010-12-236-68/+40
* Add a "services" command to test-deviceVinicius Costa Gomes2010-12-231-0/+13
* Add GetProperties method the Service InterfaceVinicius Costa Gomes2010-12-231-0/+39
* Add support for adding services to the Services propertyVinicius Costa Gomes2010-12-231-0/+1
* Remove GetCharacteristics DBus methodVinicius Costa Gomes2010-12-231-46/+0
* Add a Discover method to the GATT ClientVinicius Costa Gomes2010-12-231-17/+23
* Add support for making LE connections to GATT clientVinicius Costa Gomes2010-12-231-1/+9
* Clean up the primary service D-Bus registrationVinicius Costa Gomes2010-12-231-191/+32
* Remove duplicated code for discovering GATT servicesVinicius Costa Gomes2010-12-231-97/+4
* Add the btd_ prefix to device_add_serviceVinicius Costa Gomes2010-12-233-3/+3
* Remove GATT information when the device is removedVinicius Costa Gomes2010-12-231-0/+2
* Add a way to retrieve ATT primary servicesVinicius Costa Gomes2010-12-234-4/+21
* Add support for creating devices from stored primary servicesVinicius Costa Gomes2010-12-231-0/+77
* Add support for creating devices from stored typesVinicius Costa Gomes2010-12-233-0/+37
* Add support for storing the device typeVinicius Costa Gomes2010-12-231-1/+10
* sbc: detect when bitpool has changedLuiz Augusto von Dentz2010-12-231-1/+7
* Change LE scan interval and window to recommended valuesBruna Moreira2010-12-231-2/+4
* Move primary service storage to device.cSheldon Demario2010-12-235-50/+66
* Add a way to store the remote device typeVinicius Costa Gomes2010-12-225-3/+48
* Fix memory leaks in the attrib-serverVinicius Costa Gomes2010-12-221-0/+6
* Fix attrib plugin deregistrationVinicius Costa Gomes2010-12-221-1/+1
* Configure HFP/HSP endpoints if headset interface is already connectedLuiz Augusto von Dentz2010-12-221-2/+11
* Remove unneeded variables from link_key_request()Johan Hedberg2010-12-211-11/+3
* Remove unneeded variableClaudio Takahasi2010-12-211-3/+2
* Add disconnect command to test-deviceJohan Hedberg2010-12-211-0/+11
* Coding style fixes for lib and toolsMichal Labedzki2010-12-213-63/+111
* Remove bt_discover_services function from glib-helperSheldon Demario2010-12-212-13/+0
* Fix missing reply when create device is cancelledClaudio Takahasi2010-12-211-2/+6
* Remove le_advertising_info struct from adapter.cBruna Moreira2010-12-213-13/+12
* Move EIR flags definitions to adapter.cBruna Moreira2010-12-212-9/+9
* Remove unused variables from link_key_request()Johan Hedberg2010-12-201-8/+0
* Move debug key handling into adapter_opsJohan Hedberg2010-12-206-52/+19
* Add initial code for mgmtops adapter power controlJohan Hedberg2010-12-202-3/+56
* Fix tools UI to avoid program launch mistakes.Michal Labedzki2010-12-202-141/+70
* Fix memory leak of unused EIR nameAnderson Lizardo2010-12-201-0/+1
* Fix compilation error in read_simple_pairing_mode_completeJohan Hedberg2010-12-201-1/+2
* Use find_adapter_by_id instead of find_adapter when it makes senseJohan Hedberg2010-12-201-13/+7
* Get rid of unnecessary manager_stop_adapter functionJohan Hedberg2010-12-203-15/+6
* Simplify disconnect_addr helper functionJohan Hedberg2010-12-191-59/+33
* Get rid of unneeded btd_adapter_get_conn_handle functionJohan Hedberg2010-12-195-66/+48
* Fix handle endianess issues with btd_adapter_read_clockJohan Hedberg2010-12-194-11/+13
* Clean up btd_request_authorization codeJohan Hedberg2010-12-191-23/+16
* Remove unnecessary btd_adapter_get_remote_version functionJohan Hedberg2010-12-194-84/+36
* Rename btd_event_inquiry_result to btd_event_device_foundJohan Hedberg2010-12-193-6/+7
* Move PIN code storage access to core daemonJohan Hedberg2010-12-193-45/+21
* Move storage dependencies from hciops to core daemonJohan Hedberg2010-12-192-39/+26