summaryrefslogtreecommitdiffstats
path: root/hcid
Commit message (Expand)AuthorAgeFilesLines
* Fix error messages for not implemented servicesMarcel Holtmann2006-02-221-5/+6
* Add support for removing a bondingMarcel Holtmann2006-02-211-2/+61
* Add support for ListBondings and HasBondingMarcel Holtmann2006-02-201-5/+54
* Fix result signal for bonding creationMarcel Holtmann2006-02-201-4/+9
* Fix small bug with the timeout handlingMarcel Holtmann2006-02-171-0/+12
* Fix handling of D-Bus disconnect signalMarcel Holtmann2006-02-172-7/+15
* Implement first part of the discoverable timeout functionalityMarcel Holtmann2006-02-172-26/+137
* Add support for discoverable timeout settingMarcel Holtmann2006-02-153-13/+37
* Change parameter for mode selection to stringMarcel Holtmann2006-02-143-32/+51
* Use ListDevices instead of DeviceListMarcel Holtmann2006-02-122-4/+4
* Improve revision command and address handlingMarcel Holtmann2006-02-122-3/+76
* Split D-Bus services and errors into separate filesMarcel Holtmann2006-02-128-1147/+1216
* Update the device listing methodMarcel Holtmann2006-02-122-122/+46
* Send signal if alias has been changedMarcel Holtmann2006-02-111-11/+24
* Implement local device name and remote alias functionsMarcel Holtmann2006-02-113-127/+187
* Add basic device functionsMarcel Holtmann2006-02-115-25/+372
* Complete re-design of the D-Bus interfaceMarcel Holtmann2006-02-115-1162/+783
* Read remote name from cache first before sending a requestMarcel Holtmann2006-02-091-24/+80
* Add support for last used informationMarcel Holtmann2006-02-083-11/+41
* Request remote name after successful connection creationMarcel Holtmann2006-02-081-0/+14
* Add support for last seen informationMarcel Holtmann2006-02-083-0/+39
* Update default device and don't change scan enable valueMarcel Holtmann2006-02-081-17/+1
* Remove usage of /etc/bluetooth/{pin|link_key} filesMarcel Holtmann2006-02-088-159/+28
* Add support for modifying the scan enable settingMarcel Holtmann2006-02-073-130/+197
* Add missing break in switch statementMarcel Holtmann2006-01-191-0/+2
* Update copyright informationMarcel Holtmann2006-01-0312-12/+12
* Another bunch of whitespace cleanupsMarcel Holtmann2005-12-272-49/+73
* Add support for device scan propertyMarcel Holtmann2005-12-245-51/+291
* Setup D-Bus for PIN agent if neededMarcel Holtmann2005-12-211-2/+9
* Work around missing DBUS_NAME_FLAG_PROHIBIT_REPLACEMENT declarationMarcel Holtmann2005-12-201-0/+4
* Update the D-Bus policy configuration fileMarcel Holtmann2005-12-131-1/+3
* Add support for device propertiesMarcel Holtmann2005-11-245-81/+262
* Handle the D-Bus system "Disconnect" signalMarcel Holtmann2005-11-091-7/+99
* Remove setting of inquiry mode and use hci_send_req()Marcel Holtmann2005-11-091-36/+73
* Support multiple signatures for inquiryMarcel Holtmann2005-11-083-46/+73
* More coding style cleanupsMarcel Holtmann2005-11-061-89/+96
* Some parameters of the inquiry must be uint16Marcel Holtmann2005-11-063-14/+14
* Cleanup the args handlingMarcel Holtmann2005-11-061-21/+23
* Add initial support of setproperty and getpropertyMarcel Holtmann2005-11-042-10/+152
* Remove usage of BTADDR_LENMarcel Holtmann2005-11-031-3/+2
* Update dbus-test scriptMarcel Holtmann2005-11-031-4/+5
* More cleanupsMarcel Holtmann2005-11-031-56/+61
* Add the dbus-test scriptMarcel Holtmann2005-11-032-1/+286
* Some more coding style cleanupsMarcel Holtmann2005-11-031-56/+36
* Fix memory lack in authenticationMarcel Holtmann2005-11-021-2/+0
* Introduce a new path_id fieldMarcel Holtmann2005-11-022-73/+81
* Send a proper method return to the authenticate method callMarcel Holtmann2005-11-021-0/+2
* Add up and down methodsMarcel Holtmann2005-11-011-8/+95
* Move glib-ectomy.[ch] into the common directoryMarcel Holtmann2005-11-013-279/+6
* Implement the interface redesignMarcel Holtmann2005-11-014-521/+319