summaryrefslogtreecommitdiffstats
path: root/hcid/device.c
Commit message (Expand)AuthorAgeFilesLines
* Move D-Bus object and interface helpers into libgdbusMarcel Holtmann2008-05-081-3/+1
* fixed format stringClaudio Takahasi2008-05-071-35/+42
* MAC address converted to upper case when creating an object pathCidorvan Leite2008-05-071-1/+4
* Fix bugs on debug messages and fix Adapter property to be DBUS_TYPE_OBJECT_PATH.Luiz Augusto von Dentz2008-04-251-3/+3
* Fix discover services callback function.Luiz Augusto von Dentz2008-04-241-1/+1
* Fix bug that happen when sdp discovery fails no reply is send.Luiz Augusto von Dentz2008-04-141-2/+4
* Added local agent in CreatePairedDeviceCidorvan Leite2008-04-101-0/+3
* Fix DeviceCreated/DeviceRemoved signal being emitted for temporary devices.Luiz Augusto von Dentz2008-04-091-0/+5
* Fix CreatePairedDevice and CreateDevice behavior.Luiz Augusto von Dentz2008-04-081-7/+100
* device: fixing the TrustRemoved signal, when setting the Trusted attribute vi...Vinicius Gomes2008-03-281-1/+2
* Emit old device signals when a property is changed.Luiz Augusto von Dentz2008-03-241-2/+18
* Fix dbus_message_iter_append_variant to use dbus string array format (char **...Luiz Augusto von Dentz2008-03-241-15/+35
* Add Adapter property to device GetProperties.Luiz Augusto von Dentz2008-03-201-2/+8
* device: adding device_remove functionVinicius Gomes2008-03-201-0/+6
* Emit device PropertyChanged properly and fix adapter signals to be emmitted i...Luiz Augusto von Dentz2008-03-201-1/+1
* Remove some unneeded experimental checksMarcel Holtmann2008-03-151-6/+0
* added new adapter/device D-Bus pathClaudio Takahasi2008-03-141-2/+2
* Created devices from linkkeysCidorvan Leite2008-03-131-0/+5
* Fix device GetProperties.Luiz Augusto von Dentz2008-03-131-1/+1
* Fix Alias device property to behave according the documentation and UUIDs typo.Luiz Augusto von Dentz2008-03-131-8/+39
* Add device SetProperty implementation and mark it and GetProperties experimen...Luiz Augusto von Dentz2008-03-131-2/+93
* cleanup: removed device's static D-Bus connection referenceClaudio Takahasi2008-03-131-18/+6
* Keep a list of device's structure pointers instead of pathsClaudio Takahasi2008-03-121-65/+7
* Added RemoveDeviceClaudio Takahasi2008-03-121-0/+15
* connection ref can't be NULL when device_destroy is calledClaudio Takahasi2008-03-111-3/+3
* Added array support for dictClaudio Takahasi2008-03-111-1/+3
* Fix invalid read when changing device name.Luiz Augusto von Dentz2008-03-111-1/+1
* CreateDevice: Check if the device already existsClaudio Takahasi2008-03-111-0/+16
* minor cleanup: replace char by gcharClaudio Takahasi2008-03-111-3/+3
* Fix memory leak.Luiz Augusto von Dentz2008-03-101-0/+1
* Fix double free.Luiz Augusto von Dentz2008-03-101-2/+0
* added new function to convert uuid to string(uuid128)Claudio Takahasi2008-03-101-3/+3
* Intial device GetProperties implementation.Luiz Augusto von Dentz2008-03-101-1/+93
* extract the service class uuidClaudio Takahasi2008-03-071-2/+5
* Registering device's object pathClaudio Takahasi2008-03-071-3/+10
* Adding Device InterfaceVinicius Gomes2008-03-051-7/+43
* Adapts the device name to the new way.Vinicius Gomes2008-03-051-1/+1
* Update copyright informationMarcel Holtmann2008-02-021-1/+1
* Whitespace cleanupJohan Hedberg2007-11-071-1/+1
* Update copyright informationMarcel Holtmann2007-10-231-0/+1
* Use default event mask from the specificationMarcel Holtmann2007-09-101-1/+1
* Set local device name on adapter setupMarcel Holtmann2007-08-241-0/+5
* Update extended inquiry response when service class changesMarcel Holtmann2007-08-241-0/+26
* Move the extended inquiry response creation into the SDP codeMarcel Holtmann2007-08-241-12/+3
* Update service classes on all adaptersMarcel Holtmann2007-08-231-0/+11
* Add initial steps for generic device handlingMarcel Holtmann2007-08-171-0/+88
* Rename device helpers to adapter helpersMarcel Holtmann2007-08-161-5/+5
* Only set extended inquiry data when simple pairing is activatedMarcel Holtmann2007-08-081-35/+106
* Handle missing event mask bitsMarcel Holtmann2007-06-221-0/+6
* Add setting of event maskMarcel Holtmann2007-06-151-0/+15