summaryrefslogtreecommitdiffstats
path: root/hcid/device.c
Commit message (Expand)AuthorAgeFilesLines
* Removed unused variableClaudio Takahasi2008-06-301-1/+0
* Added uuid128 support for device DiscoverServicesClaudio Takahasi2008-06-301-8/+9
* Accept friendly names for discover servicesClaudio Takahasi2008-06-301-2/+1
* Fix probing and removing drivers when discovering services.Luiz Augusto von Dentz2008-06-261-46/+128
* Cleanup device_browse code.Luiz Augusto von Dentz2008-06-251-48/+52
* Make RemoveDevice to return when the device is busy discovering services.Luiz Augusto von Dentz2008-06-181-8/+9
* Fix driver comparisonMarcel Holtmann2008-06-181-1/+9
* Fix DiscoverDevice to wait untils the browse finishes to release the name lis...Luiz Augusto von Dentz2008-06-181-25/+29
* Only allow discover requestor to cancel it.Luiz Augusto von Dentz2008-06-171-9/+65
* Fix bt_cancel_discovery to only succeed when there is a discover to cancel.Luiz Augusto von Dentz2008-06-161-1/+4
* Fix minor whitespace issuesJohan Hedberg2008-06-161-1/+1
* Fix driver structure declaration in the probe functionMarcel Holtmann2008-06-161-2/+1
* Allow to cancel a service discoveryMarcel Holtmann2008-06-161-1/+8
* Use the pattern parameter in DiscoverServices()Marcel Holtmann2008-06-101-5/+23
* Added device DisconnectClaudio Takahasi2008-06-091-2/+59
* Fix signedness issueMarcel Holtmann2008-06-091-1/+1
* Append full record to discover service resultsMarcel Holtmann2008-06-091-3/+13
* Detect Simple Pairing support and enable itMarcel Holtmann2008-06-091-1/+7
* Fill the discovery record with record handlesMarcel Holtmann2008-06-091-3/+30
* At minimum return an empty dictionaryMarcel Holtmann2008-06-091-4/+20
* Fix duplicate driver probingMarcel Holtmann2008-06-091-5/+7
* First attempt at Device.DiscoverServices() implementationMarcel Holtmann2008-06-091-3/+12
* Update probe/remove callback and implement serial APIMarcel Holtmann2008-06-081-2/+6
* Add HID profile to list of alternate UUIDs to browseMarcel Holtmann2008-06-081-0/+1
* Make sure to probe drivers on startupMarcel Holtmann2008-06-081-4/+3
* Keep track of attached driversMarcel Holtmann2008-06-081-7/+20
* Add first attempt for driver probingMarcel Holtmann2008-06-081-3/+37
* Add the missing device API callsMarcel Holtmann2008-06-081-10/+37
* Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann2008-06-071-3/+3
* Check for alternative UUIDs if public browse group failsMarcel Holtmann2008-06-061-1/+24
* Fix path reference usage after freeing device objectMarcel Holtmann2008-06-061-2/+8
* More cleanups and less castingMarcel Holtmann2008-06-061-1/+1
* Fix one last reference to sending helperMarcel Holtmann2008-06-061-1/+3
* Replace destroy function with proper unregister callMarcel Holtmann2008-06-031-1/+1
* Converted Device interface to use new GDBusMethodTableClaudio Takahasi2008-06-031-46/+40
* Handle the service UUID mapping via device driverMarcel Holtmann2008-05-291-0/+5
* Add first skeletion of device driver integrationMarcel Holtmann2008-05-281-0/+20
* 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