summaryrefslogtreecommitdiffstats
path: root/hcid/dbus.c
Commit message (Expand)AuthorAgeFilesLines
* Make RFCOMM and SDP support experimentalMarcel Holtmann2006-06-021-13/+25
* Some coding style cleanupsMarcel Holtmann2006-04-281-6/+8
* Remove get_dbus_connection() functionMarcel Holtmann2006-04-281-9/+1
* Changed object path hierarchyClaudio Takahasi2006-04-241-28/+21
* Fix service class array in RemoteDeviceFound signalsJohan Hedberg2006-04-211-1/+1
* DiscoverableTimeout should be seconds instead of millisecondsJohan Hedberg2006-04-191-2/+2
* Store device mode settingsJohan Hedberg2006-04-191-1/+3
* Added HCI cmds queue to retrieve remote infosClaudio Takahasi2006-04-181-41/+42
* DiscoveryCompleted signal sent without discover request fixed.Claudio Takahasi2006-04-131-3/+3
* Added local Bluetooth adapter address in the D-Bus data pathClaudio Takahasi2006-04-111-6/+23
* Fixed discoverable timeout and timeout list data memory leakClaudio Takahasi2006-04-101-5/+16
* Use slist for device classesJohan Hedberg2006-04-091-9/+9
* * Add D-Bus methods for getting remote device class informationJohan Hedberg2006-04-091-69/+16
* added timeout new functionClaudio Takahasi2006-04-051-112/+16
* Track pairing state (so Bonding signals aren't sent in wrong situations)Johan Hedberg2006-03-291-7/+13
* CleanupJohan Hedberg2006-03-281-27/+12
* Added GetRemoteVersion, GetRemoteRevision and GetRemoveManufacturerClaudio Takahasi2006-03-271-0/+1
* Removed create bonding queue, disconnect after the bonding finishes and code ...Claudio Takahasi2006-03-231-97/+92
* Added cancel bonding and fixed minor issues of create bondingClaudio Takahasi2006-03-221-45/+105
* Fixed discover devices without names and minor errors.Claudio Takahasi2006-03-211-34/+51
* Added D-Bus signals: RemoteDeviceConnected and RemoteDeviceDisconnectedClaudio Takahasi2006-03-201-18/+183
* added GetRemoteName: integrated with the discover procedure queueClaudio Takahasi2006-03-201-95/+107
* 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
* 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
* 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