summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-adapter.c
Commit message (Expand)AuthorAgeFilesLines
* Get rid of g_timeout_remove and g_io_remove_watch in favor for g_source_removeJohan Hedberg2007-01-201-1/+1
* Make it possible to support an embedded GLibMarcel Holtmann2007-01-201-0/+2
* Update copyright informationMarcel Holtmann2007-01-131-1/+1
* Rename struct slist to GSList and slist_* to g_slist_*Johan Hedberg2007-01-131-32/+31
* Allow compilation against GLibMarcel Holtmann2007-01-121-0/+1
* Add disconnection delay and RemoteDeviceDisconnectRequested signal for the Di...Johan Hedberg2007-01-031-20/+72
* Add support for GetRemoteFeatures methodMarcel Holtmann2006-12-251-0/+53
* Fixed code standard for dbus_message_get_args: check the return value instead...Claudio Takahasi2006-11-281-218/+49
* Improve "off" mode behaviour when offmode=devdownJohan Hedberg2006-11-211-3/+5
* 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