summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-adapter.c
Commit message (Expand)AuthorAgeFilesLines
* Store errno so it does not get changed before we use itUlisses Furquim2006-09-051-13/+26
* Reply for CancelDiscovery now sent before send DiscoveryCompletedClaudio Takahasi2006-09-051-6/+7
* Added DiscoverDevices request owner trackingClaudio Takahasi2006-09-051-71/+16
* Fixed CancelDiscoveryClaudio Takahasi2006-09-041-16/+33
* Check discovery_requestor before using itMarcel Holtmann2006-09-031-1/+2
* Added GetRemoteServiceRecord and GetRemoteServiceHandles. Updated GetIdentifi...Claudio Takahasi2006-08-311-0/+13
* Use textfile_caseget so addresses passed over D-Bus get treated case insensit...Johan Hedberg2006-08-311-10/+10
* Change CancelBonding to CancelBondingProcess in order to be in accordance wit...Johan Hedberg2006-08-291-1/+1
* Reduced CancelBonding reply timeClaudio Takahasi2006-08-251-19/+38
* 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