summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-adapter.c
Commit message (Collapse)AuthorAgeFilesLines
* adapter: added RemoteIdentifiersUpdated signalClaudio Takahasi2007-06-191-0/+1
|
* Add first version of GetRemoteServiceIdentifiersMarcel Holtmann2007-06-151-0/+9
|
* Add method for retrieving the list of supported adapter modesMarcel Holtmann2007-06-071-2/+31
|
* Add support for limited discovery modeMarcel Holtmann2007-06-071-57/+97
|
* Cleanup bdaddr conversionsJohan Hedberg2007-05-261-5/+4
|
* Added device class trackingClaudio Takahasi2007-05-231-96/+16
|
* Add missing Trust signals to Adapter interfaceJohan Hedberg2007-05-211-0/+2
|
* Fix sending reply to SetDiscoverableTimeoutJohan Hedberg2007-05-141-1/+1
|
* Implement Adapter.FinishRemoteServiceTransactionJohan Hedberg2007-05-091-0/+9
|
* Use the generic signal sending functionsJohan Hedberg2007-05-071-44/+41
|
* Fix use of uninitialized memoryJohan Hedberg2007-05-041-1/+5
|
* Fix two memory leaks with lmp_vertostr() usageJohan Hedberg2007-05-041-4/+7
|
* Fix ListRecentRemoteDevices signatureJohan Hedberg2007-05-041-1/+1
|
* Fix dict signaturesJohan Hedberg2007-05-041-2/+2
|
* Convert to using the generic D-Bus object handlingJohan Hedberg2007-05-041-79/+159
|
* GetRemoteName must return the cached name only or not available error when ↵Claudio Takahasi2007-04-201-8/+5
| | | | it is called outside the scope of DiscoverDevices.
* Add missing includes for dbus-helper.hJohan Hedberg2007-04-171-0/+1
|
* Move append_dict_entry to utils/common and change the name to ↵Luiz Augusto von Dentz2007-04-161-20/+29
| | | | dbus_message_iter_append_dict_entry.
* Added remote device info dictionaryClaudio Takahasi2007-04-111-4/+106
|
* Add signals for adding and removing trustJohan Hedberg2007-04-111-5/+15
|
* Fixed major/minor class in Adapter.GetInfoClaudio Takahasi2007-04-101-1/+1
|
* Implement global trust settingJohan Hedberg2007-04-101-0/+94
|
* Added adapter dict: adapter.GetInfo()Claudio Takahasi2007-03-211-20/+69
|
* Add basic GetInfo() and GetRemoteInfo() supportMarcel Holtmann2007-03-211-2/+51
|
* Added skeleton for dict based methods: Adapter.GetInfo, ↵Claudio Takahasi2007-03-211-0/+14
| | | | Adapter.GetRemoteInfo and Service.GetInfo
* More changes do use glib memory allocationJohan Hedberg2007-02-261-1/+1
|
* More glib memory allocation changesJohan Hedberg2007-02-261-5/+3
|
* Use GLib memory allocation functionsJohan Hedberg2007-02-261-12/+5
|
* More SetMode cleanupJohan Hedberg2007-01-301-7/+2
|
* Make sure the device mode is only stored through a SetMode callJohan Hedberg2007-01-301-0/+2
|
* 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 ↵Johan Hedberg2007-01-031-20/+72
| | | | DisconnectRemoteDevice method
* Add support for GetRemoteFeatures methodMarcel Holtmann2006-12-251-0/+53
|
* Fixed code standard for dbus_message_get_args: check the return value ↵Claudio Takahasi2006-11-281-218/+49
| | | | instead of the error content
* 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 -> ↵Johan Hedberg2006-11-011-0/+1
| | | | hcid/dbus-hci.c
* 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
|