summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-adapter.c
Commit message (Expand)AuthorAgeFilesLines
* Add offmode config option for defining SetMode("off") behaviourJohan Hedberg2006-11-141-2/+15
* Added raw service record to xml conversion functionsClaudio Takahasi2006-11-101-13/+2
* Implement ListRemoteDevices and ListRecentRemoteDevices methodsJohan Hedberg2006-11-101-0/+129
* Use textfile_casedel() for deleting the link keyMarcel Holtmann2006-11-071-1/+1
* More cleanup. Move common dbus stuff to common/dbus.c. hcid/dbus.c -> hcid/db...Johan Hedberg2006-11-011-0/+1
* Cleanup: split dbus.h into several dbus-*.h files (one for each dbus-*.c file)Johan Hedberg2006-10-301-24/+10
* Add dummy implementation for the XML service recordsMarcel Holtmann2006-10-301-0/+18
* 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 GetPeriodicDiscoveryNameResol...Johan Hedberg2006-10-121-1/+62
* 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 "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