summaryrefslogtreecommitdiffstats
path: root/hcid/dbus.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | request authentication while a D-Bus request is pending.
* 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
| | | | * Fix a couple of memory leaks where result of textfile_get wasn't free'd
* 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
| | | | cleanup
* 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
| | | | 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
|