summaryrefslogtreecommitdiffstats
path: root/hcid/dbus.c
Commit message (Expand)AuthorAgeFilesLines
* fixed message reply timeoutClaudio Takahasi2006-08-051-9/+15
* Use D-Bus dispatch status function instead of wakeup function. Seems to fix a...Johan Hedberg2006-08-041-6/+8
* Make use of create_name()Marcel Holtmann2006-07-261-1/+1
* Don't send BondingCreated on link key renewClaudio Takahasi2006-07-101-5/+43
* Fixed timeout for pending replyClaudio Takahasi2006-06-301-7/+85
* Include sys/param.h for PATH_MAX when cross-compilingMarcel Holtmann2006-06-271-0/+1
* Don't configure raw devicesMarcel Holtmann2006-06-171-0/+9
* Remove BondingFailed signal for nowMarcel Holtmann2006-06-091-1/+11
* Change RemoteDeviceFound signal and add RemoteClassUpdated signalMarcel Holtmann2006-06-081-51/+72
* Added pairing peer address verification before disconnect. External apps can ...Claudio Takahasi2006-06-081-8/+3
* PIN code request timeout: replaced disconnect by PIN code negative reply cmdClaudio Takahasi2006-06-071-0/+1
* Timeout for PIN requestClaudio Takahasi2006-06-071-1/+1
* Removed extra DiscoveryCompleted signal on GetRemoteName deferredClaudio Takahasi2006-06-071-86/+90
* More fixes for the gboolean transitionMarcel Holtmann2006-06-061-14/+9
* Fix checks for register_dbus_path() return valueMarcel Holtmann2006-06-061-2/+2
* Replace some gboolean with intMarcel Holtmann2006-06-051-16/+15
* 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