summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-adapter.c
Commit message (Collapse)AuthorAgeFilesLines
* CleanupMarcel Holtmann2006-10-241-3/+4
|
* Send DiscoverableTimeoutChanged signalMarcel Holtmann2006-10-221-1/+6
|
* Allow zero length adapter namesJohan Hedberg2006-10-211-2/+2
|
* Keep periodic discovery name resolving setting also after the first periodJohan Hedberg2006-10-131-0/+3
|
* More cleanupJohan Hedberg2006-10-121-8/+9
|
* Code cleanupJohan Hedberg2006-10-121-185/+290
|
* Implement SetPeriodicDiscoveryNameResolving and ↵Johan Hedberg2006-10-121-1/+62
| | | | GetPeriodicDiscoveryNameResolving
* Sort discovered devices list based on their RSSIJohan Hedberg2006-10-121-1/+1
|
* renamed send_reply_and_unref to send_message_and_unrefClaudio Takahasi2006-10-051-50/+50
|
* cleanup:renamed hci_dbus_data to adapterClaudio Takahasi2006-10-041-198/+198
|
* cleanupClaudio Takahasi2006-10-041-20/+4
|
* 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 ↵Claudio Takahasi2006-09-271-4/+4
| | | | "computer"
* 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 ↵Claudio Takahasi2006-09-211-4/+4
| | | | periodic inq idle interval
* 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 ↵Claudio Takahasi2006-08-311-0/+13
| | | | GetIdentifiers and GetIdentifiersByService
* Use textfile_caseget so addresses passed over D-Bus get treated case ↵Johan Hedberg2006-08-311-10/+10
| | | | insensitively.
* Change CancelBonding to CancelBondingProcess in order to be in accordance ↵Johan Hedberg2006-08-291-1/+1
| | | | with dbus-api.txt
* Reduced CancelBonding reply timeClaudio Takahasi2006-08-251-19/+38
|