summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-adapter.c
Commit message (Collapse)AuthorAgeFilesLines
* Rename files for adapter interfaceMarcel Holtmann2007-08-151-3368/+0
|
* hcid: code cleanup - useless listClaudio Takahasi2007-08-061-3/+1
|
* hcid: GetRemoteInfo - connected verification improvedClaudio Takahasi2007-08-061-3/+7
|
* hcid: ListRecentRemoteDevices - force appending connected devices(lastused ↵Claudio Takahasi2007-08-061-0/+16
| | | | might not match)
* hcid: ListRecentRemoteDevices - added commentsClaudio Takahasi2007-08-061-4/+3
|
* hcid: ListRecentRemoteDevices - bonded and trusted must be always addedClaudio Takahasi2007-08-031-6/+8
|
* hcid: ListRemoteDevices - lastused already contains the connected remote devicesClaudio Takahasi2007-08-031-15/+0
|
* hcid: ListRecentRemoteDevices - added lastseen and trusted devices, return ↵Claudio Takahasi2007-08-031-4/+14
| | | | all when time is not informed
* hcid: ListRemoteDevices - added trusted devices and connected devices, ↵Claudio Takahasi2007-08-031-3/+18
| | | | removed lastseen
* hcid: GetRemoteInfo - added class and connected attributesClaudio Takahasi2007-08-031-2/+12
|
* Implement Adapter.ListTrusts methodJohan Hedberg2007-08-031-0/+38
|
* Check for invalid minor class string table indexJohan Hedberg2007-08-031-7/+29
|
* 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