summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-adapter.c
Commit message (Expand)AuthorAgeFilesLines
* CancelBonding improvedClaudio Takahasi2006-08-241-16/+19
* More coding style fixesJohan Hedberg2006-08-231-1/+1
* Coding style fixesJohan Hedberg2006-08-231-4/+4
* Get rid of redundant pdata->bonding_requestorJohan Hedberg2006-08-231-8/+3
* Remove name listener for bonding requestor when CancelBonding is calledJohan Hedberg2006-08-231-1/+7
* Improve error reporting for failed HCI commandsJohan Hedberg2006-08-221-2/+4
* splitted requestor_name into bonding_requestor and discovery_requestorClaudio Takahasi2006-08-211-10/+10
* Remove UnknownAddress error (since it's unnecessary)Johan Hedberg2006-08-211-41/+10
* Cancel bonding if requestor exitsJohan Hedberg2006-08-191-0/+3
* Fixed SetMode when the adapter is DOWNClaudio Takahasi2006-08-181-7/+61
* code cleanup:using libc freeClaudio Takahasi2006-08-161-1/+1
* load/set the default options after HCI_DEV_UPClaudio Takahasi2006-08-151-1/+7
* Fix remote minor class valuesMarcel Holtmann2006-08-091-5/+14
* Add GetRemoteClass methodMarcel Holtmann2006-08-091-10/+23
* Make use of create_name()Marcel Holtmann2006-07-261-1/+1
* Make use of create_name()Marcel Holtmann2006-07-261-13/+14
* Ignore peripheral_2_minor_cls for nowMarcel Holtmann2006-07-261-0/+2
* Fix the other missing storage functionsMarcel Holtmann2006-07-261-1/+3
* GetName: always try to read the stored name firstJohan Hedberg2006-07-261-10/+4
* GetName: use local storage file if the adapter is DOWNJohan Hedberg2006-07-261-2/+14
* Fixed timeout for pending replyClaudio Takahasi2006-06-301-28/+0
* Include sys/param.h for PATH_MAX when cross-compilingMarcel Holtmann2006-06-271-0/+1
* Update possible minor classesMarcel Holtmann2006-06-261-1/+94
* PIN code request timeout: replaced disconnect by PIN code negative reply cmdClaudio Takahasi2006-06-071-17/+8
* Timeout for PIN requestClaudio Takahasi2006-06-071-0/+37
* Removed extra DiscoveryCompleted signal on GetRemoteName deferredClaudio Takahasi2006-06-071-6/+4
* Add simple introspection supportMarcel Holtmann2006-06-061-2/+6
* RemoveBonding: return DoesNotExist when the link key is not foundClaudio Takahasi2006-06-021-3/+12
* SetRemoteAlias:Added unknown address verificationClaudio Takahasi2006-06-011-1/+12
* Added wrong signature verificationClaudio Takahasi2006-06-011-0/+54
* Some coding style cleanupsMarcel Holtmann2006-04-281-15/+11
* Remove get_dbus_connection() functionMarcel Holtmann2006-04-281-12/+8
* Changed object path hierarchyClaudio Takahasi2006-04-241-8/+2
* Added D-Bus SDP methods skeletonClaudio Takahasi2006-04-201-1/+3
* DiscoverableTimeout should be seconds instead of millisecondsJohan Hedberg2006-04-191-1/+1
* Store device mode settingsJohan Hedberg2006-04-191-0/+2
* returning need memory instead try create an out of memory errorClaudio Takahasi2006-04-111-39/+39
* Added local Bluetooth adapter address in the D-Bus data pathClaudio Takahasi2006-04-111-93/+29
* possible errors revisionClaudio Takahasi2006-04-111-45/+23
* Fixed discoverable timeout and timeout list data memory leakClaudio Takahasi2006-04-101-0/+8
* Use slist for device classesJohan Hedberg2006-04-091-34/+13
* * Add D-Bus methods for getting remote device class informationJohan Hedberg2006-04-091-0/+204
* CleanupJohan Hedberg2006-03-281-7/+5
* Added GetRemoteVersion, GetRemoteRevision and GetRemoveManufacturerClaudio Takahasi2006-03-271-15/+172
* ClearRemoteAlias added.Eduardo Rocha2006-03-241-0/+55
* Removed create bonding queue, disconnect after the bonding finishes and code ...Claudio Takahasi2006-03-231-143/+108
* DisconnectRemoteDevice handle added.Eduardo Rocha2006-03-231-39/+96
* Added cancel bonding and fixed minor issues of create bondingClaudio Takahasi2006-03-221-67/+163
* Added IsConnectedEduardo Rocha2006-03-211-0/+54
* Added bluetooth address validation and fixed adapter msg function handler to ...Claudio Takahasi2006-03-211-36/+103