summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-adapter.c
Commit message (Expand)AuthorAgeFilesLines
...
* More AuditRemoteDevice implementationJohan Hedberg2006-10-031-90/+0
* Added IsPeriodicDiscoveryClaudio Takahasi2006-09-291-0/+17
* SetMinorClass: cleanup and check UnsupportedMajorClassClaudio Takahasi2006-09-281-17/+18
* Add basic framework for the test interfaceMarcel Holtmann2006-09-281-0/+2
* GetMajorClass: call hci_read_class_of_dev to check the major classClaudio Takahasi2006-09-281-1/+21
* GetMinorClass must return UnsupportedMajorClass if the major class isn't "com...Claudio Takahasi2006-09-271-4/+4
* missing set expected return event for hci_send_reqClaudio Takahasi2006-09-271-1/+2
* changed timeout for hci_send_reqClaudio Takahasi2006-09-271-7/+7
* Return correct error reply for CreateBonding when using security mode 3Johan Hedberg2006-09-271-5/+23
* Fix CreateBonding error return on authentication failureJohan Hedberg2006-09-271-1/+1
* Reply with correct error to CreateBonding when a page timeout occursJohan Hedberg2006-09-271-2/+7
* Fix order of header inclusionMarcel Holtmann2006-09-261-0/+1
* Do byte order conversion on handle before passing it to the controllerJohan Hedberg2006-09-251-1/+1
* Fix HUP or ERR checkingJohan Hedberg2006-09-251-1/+1
* Keep watching the bonding IO channel after the connection has been createdJohan Hedberg2006-09-251-1/+9
* Check discovery checking for CreateBondingJohan Hedberg2006-09-221-1/+1
* Allow standard inquiry while periodic inquiry is activeMarcel Holtmann2006-09-211-8/+5
* 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