summaryrefslogtreecommitdiffstats
path: root/hcid/dbus.c
Commit message (Expand)AuthorAgeFilesLines
* splitted requestor_name into bonding_requestor and discovery_requestorClaudio Takahasi2006-08-211-23/+38
* Preliminary support for passkey agent timeoutsJohan Hedberg2006-08-201-16/+17
* First round of Passkey Release method supportJohan Hedberg2006-08-201-1/+11
* Improve situation where bonding requestor exitsJohan Hedberg2006-08-191-1/+28
* Cancel bonding if requestor exitsJohan Hedberg2006-08-191-1/+23
* Cancel agent requests on DEVDOWNJohan Hedberg2006-08-181-0/+2
* Initialize peer_addr to avoid invalid freeMarcel Holtmann2006-08-181-1/+1
* Fix accessing free'd memoryJohan Hedberg2006-08-181-1/+2
* First try at PasskeyAgent Cancel methodJohan Hedberg2006-08-181-12/+11
* Fixed SetMode when the adapter is DOWNClaudio Takahasi2006-08-181-0/+1
* code cleanup:using libc freeClaudio Takahasi2006-08-161-32/+8
* Missing ModeChanged signal on DEVDOWNClaudio Takahasi2006-08-161-1/+9
* clear D-Bus user data when DEVDOWN event is receivedClaudio Takahasi2006-08-161-2/+77
* load/set the default options after HCI_DEV_UPClaudio Takahasi2006-08-151-63/+80
* 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