summaryrefslogtreecommitdiffstats
path: root/hcid/device.c
Commit message (Expand)AuthorAgeFilesLines
* Move hcid to src directory and rename it to bluetoothdMarcel Holtmann2008-07-291-1100/+0
* Fix warning.Luiz Augusto von Dentz2008-07-291-1/+1
* Adding adapter_get_address.Alok Barsode2008-07-281-13/+23
* Adding adapter_get_dev_id.Alok Barsode2008-07-281-5/+9
* Adding {driver, priv} list to btd_device and addingAlok Barsode2008-07-281-8/+24
* Adding sdp_record list as parameter to probe.Alok Barsode2008-07-281-14/+43
* Only look for removed uuid when doing a browse.Luiz Augusto von Dentz2008-07-281-4/+3
* Renaming device to btd_device and making theAlok Barsode2008-07-281-44/+39
* Moving struct device to device.cAlok Barsode2008-07-281-0/+19
* Adding device_get_auth.Alok Barsode2008-07-281-0/+5
* Adding device_set_auth.Alok Barsode2008-07-281-0/+8
* Adding device_set_cap.Alok Barsode2008-07-281-0/+8
* Adding device_set_temporary.Alok Barsode2008-07-281-0/+8
* Adding device_is_temporary.Alok Barsode2008-07-281-0/+5
* Adding device_is_busy.Alok Barsode2008-07-281-0/+5
* Adding device_set_agent.Alok Barsode2008-07-281-0/+8
* Adding device_get_agent.Alok Barsode2008-07-281-0/+8
* Adding device_get_path.Alok Barsode2008-07-281-0/+8
* Adding device_get_address.Alok Barsode2008-07-281-0/+8
* Adding device_get_adapter.Alok Barsode2008-07-281-0/+8
* Cleanup device.c and move adapter initialization to manager.c.Luiz Augusto von Dentz2008-07-281-679/+11
* Remove dbus-sdp.c and dbus-sdp.h.Luiz Augusto von Dentz2008-07-281-1/+36
* Further cleanups to device.c.Luiz Augusto von Dentz2008-07-281-12/+1
* Remove deprecated object paths and files.Luiz Augusto von Dentz2008-07-281-4/+2
* Remove BASE_PATH define.Luiz Augusto von Dentz2008-07-281-8/+2
* 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