summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-adapter.c
Commit message (Expand)AuthorAgeFilesLines
* DiscoveryCompleted:send this signal properly when inq is called inside the pe...Claudio Takahasi2006-09-211-4/+4
* remote name request cleanupClaudio Takahasi2006-09-201-22/+2
* StopPeriodicDiscovery: removed the owner verificationClaudio Takahasi2006-09-201-5/+0
* Fix sending the right HCI command when a discovery is canceledJohan Hedberg2006-09-201-6/+6
* Fix endian issue with periodic inquiryMarcel Holtmann2006-09-201-2/+2
* Add proper UTF-8 validation of device names (both local and remote)Johan Hedberg2006-09-191-2/+2
* GetName: Check if the adapter is ready before send the read local name cmdClaudio Takahasi2006-09-191-4/+7
* cleanup:lap and command complete eventClaudio Takahasi2006-09-191-5/+3
* allow only the requestor stop the periodic inquiryClaudio Takahasi2006-09-191-5/+6
* Add periodic discovery support to the D-Bus APIJohan Hedberg2006-09-191-18/+182
* Close the L2CAP raw socket only after the PIN request has been replied toJohan Hedberg2006-09-151-2/+3
* Use L2CAP raw sockets for HCI connection creationMarcel Holtmann2006-09-151-153/+202
* Remove a nested function since it breaks code generation with some compilersJohan Hedberg2006-09-131-8/+7
* 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