summaryrefslogtreecommitdiffstats
path: root/hcid/dbus.c
Commit message (Collapse)AuthorAgeFilesLines
* Fixed request name: allow only one instance of the daemon runningClaudio Takahasi2006-03-171-6/+8
|
* added signature verification and code cleanupClaudio Takahasi2006-03-171-77/+75
|
* Initial create bonding serviceClaudio Takahasi2006-03-161-10/+192
|
* sending the RemoteNameUpdate signal once instead of send it on every inquiry ↵Claudio Takahasi2006-03-151-36/+98
| | | | result event
* added slist_foreach function and fixed small memory leakClaudio Takahasi2006-03-141-1/+1
|
* Fixed cancel discovery: checking the discover state to cancel the inquiry or ↵Claudio Takahasi2006-03-141-8/+10
| | | | remote name request procedure
* fixed wrong checking of the remote name complete event statusClaudio Takahasi2006-03-141-3/+3
|
* small cleanups and code styles changesClaudio Takahasi2006-03-131-19/+19
|
* Fix init of struct hci_dbus_dataJohan Hedberg2006-03-131-4/+2
|
* More passkey handler functionalityJohan Hedberg2006-03-131-1/+1
|
* Added remote name resolving queueClaudio Takahasi2006-03-131-21/+161
|
* Move to new PasscodeAgent interfaceJohan Hedberg2006-03-111-119/+4
|
* Fix small va_end bugMarcel Holtmann2006-03-111-1/+1
|
* Replace all calls to syslog() with proper logging functionsMarcel Holtmann2006-03-111-97/+86
|
* Remove signal definitionsMarcel Holtmann2006-03-111-9/+9
|
* Fix signal filtersJohan Hedberg2006-03-111-5/+0
|
* Remove more unneeded definitionsMarcel Holtmann2006-03-111-2/+2
|
* Added requestor unique name verification before cancel an inquiry processClaudio Takahasi2006-03-101-10/+11
|
* avoid multiple inquiry request when there is pending inquiry procedureClaudio Takahasi2006-03-091-0/+11
|
* Added major, minor and service class on the RemoteDeviceFound signalClaudio Takahasi2006-03-091-14/+87
|
* Minor changes: Changed the RemoteDeviceFound signal and renamed discover method.Claudio Takahasi2006-03-091-7/+42
|
* Fix access to uninitialized memoryMarcel Holtmann2006-02-271-1/+1
|
* Rename Device into AdapterMarcel Holtmann2006-02-271-25/+25
|
* First update to new error messagesMarcel Holtmann2006-02-261-22/+22
|
* Some coding style cleanupsMarcel Holtmann2006-02-251-5/+6
|
* Add support for remembering the PIN code lengthMarcel Holtmann2006-02-241-1/+5
|
* Change API for remote name, alias and version informationMarcel Holtmann2006-02-221-47/+1
|
* Fix result signal for bonding creationMarcel Holtmann2006-02-201-4/+9
|
* Fix small bug with the timeout handlingMarcel Holtmann2006-02-171-0/+12
|
* Implement first part of the discoverable timeout functionalityMarcel Holtmann2006-02-171-26/+133
|
* Add support for discoverable timeout settingMarcel Holtmann2006-02-151-2/+4
|
* Change parameter for mode selection to stringMarcel Holtmann2006-02-141-2/+2
|
* Split D-Bus services and errors into separate filesMarcel Holtmann2006-02-121-1135/+10
|
* Update the device listing methodMarcel Holtmann2006-02-121-85/+26
|
* Send signal if alias has been changedMarcel Holtmann2006-02-111-11/+24
|
* Implement local device name and remote alias functionsMarcel Holtmann2006-02-111-127/+86
|
* Add basic device functionsMarcel Holtmann2006-02-111-22/+79
|
* Complete re-design of the D-Bus interfaceMarcel Holtmann2006-02-111-1003/+650
|
* Read remote name from cache first before sending a requestMarcel Holtmann2006-02-091-24/+80
|
* Update default device and don't change scan enable valueMarcel Holtmann2006-02-081-17/+1
|
* Add support for modifying the scan enable settingMarcel Holtmann2006-02-071-123/+149
|
* Update copyright informationMarcel Holtmann2006-01-031-1/+1
|
* Another bunch of whitespace cleanupsMarcel Holtmann2005-12-271-47/+67
|
* Add support for device scan propertyMarcel Holtmann2005-12-241-43/+268
|
* 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
|
* Add support for device propertiesMarcel Holtmann2005-11-241-52/+206
|
* 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-081-32/+47
|