summaryrefslogtreecommitdiffstats
path: root/hcid/adapter.c
Commit message (Expand)AuthorAgeFilesLines
* Adding adapter_set_scan_mode and adapter_get_scan_mode.Alok Barsode2008-07-291-6/+19
* Adding adapter_set_discov_timeout and adapter_remove_discov_timeout.Alok Barsode2008-07-291-10/+83
* Adding adapter_free.Alok Barsode2008-07-291-0/+11
* Adding adapter_get_address.Alok Barsode2008-07-281-0/+8
* Adding adapter_get_path.Alok Barsode2008-07-281-0/+8
* Adding adapter_get_dev_id.Alok Barsode2008-07-281-0/+5
* Adding adapter_create.Alok Barsode2008-07-281-0/+21
* Adding sdp_record list as parameter to probe.Alok Barsode2008-07-281-6/+54
* Cleanup adapter startup.Luiz Augusto von Dentz2008-07-281-0/+515
* Remove get_device_name and set_device_name functions.Luiz Augusto von Dentz2008-07-281-10/+58
* Integrate struct hci_dev into struct adapter.Luiz Augusto von Dentz2008-07-281-1/+1
* Renaming device to btd_device and making theAlok Barsode2008-07-281-16/+16
* Adding device_set_temporary.Alok Barsode2008-07-281-2/+2
* Adding device_is_temporary.Alok Barsode2008-07-281-5/+5
* Adding device_is_busy.Alok Barsode2008-07-281-1/+1
* Adding device_set_agent.Alok Barsode2008-07-281-3/+7
* Adding device_get_agent.Alok Barsode2008-07-281-2/+5
* Adding device_get_path.Alok Barsode2008-07-281-5/+17
* Adding device_get_address.Alok Barsode2008-07-281-4/+9
* Adding device_get_adapter.Alok Barsode2008-07-281-1/+3
* Remove dbus-error.c dbus-error.hLuiz Augusto von Dentz2008-07-281-5/+5
* Remove dbus-sdp.c and dbus-sdp.h.Luiz Augusto von Dentz2008-07-281-1/+0
* Remove pending disconnect from adapter.c.Luiz Augusto von Dentz2008-07-281-47/+0
* Further cleanup adapter.cLuiz Augusto von Dentz2008-07-281-235/+2
* Remove deprecated object paths and files.Luiz Augusto von Dentz2008-07-281-6/+0
* Remove BASE_PATH define.Luiz Augusto von Dentz2008-07-281-11/+2
* Cleanup dbus-hci.c and make hcid to only register adapters on /hciX.Luiz Augusto von Dentz2008-07-281-1/+1
* Cleanup hci adapter.Luiz Augusto von Dentz2008-07-281-2400/+23
* Allow bonding during periodic inquiryMarcel Holtmann2008-07-111-1/+1
* Added uuid128 support for device DiscoverServicesClaudio Takahasi2008-06-301-1/+1
* Fix probing and removing drivers when discovering services.Luiz Augusto von Dentz2008-06-261-2/+2
* Cleanup device_browse code.Luiz Augusto von Dentz2008-06-251-1/+1
* Make RemoveDevice to return when the device is busy discovering services.Luiz Augusto von Dentz2008-06-181-1/+1
* Track agent request status in conjunction with authentication requestsJohan Hedberg2008-06-121-3/+39
* Don't use raw HCI for tracking authentication request statusJohan Hedberg2008-06-121-28/+37
* Move authentication request functions into adapter.cJohan Hedberg2008-06-121-18/+67
* Rename pin_reqs o auth_reqs since it's tracking SSP tooJohan Hedberg2008-06-121-10/+10
* Add some extra debugs to track device creationJohan Hedberg2008-06-121-0/+8
* FindDevice and RemoveDevice should fail for devices that haven't still been f...Johan Hedberg2008-06-111-0/+10
* Use the pattern parameter in DiscoverServices()Marcel Holtmann2008-06-101-1/+1
* Remove use of g_dbus_unregister_all_interfaces.Luiz Augusto von Dentz2008-06-091-0/+5
* Add support for Simple Pairing User Notification eventJohan Hedberg2008-06-091-0/+3
* First attempt at Device.DiscoverServices() implementationMarcel Holtmann2008-06-091-3/+2
* Add skeletons for missing API callbacksMarcel Holtmann2008-06-081-82/+101
* Fix missing disconnect watch id handlingMarcel Holtmann2008-06-081-4/+4
* Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann2008-06-071-10/+10
* More cleanups and less castingMarcel Holtmann2008-06-061-1/+2
* Add debug prints for agent registrationJohan Hedberg2008-06-061-3/+10
* Remove unused codeMarcel Holtmann2008-06-061-2/+0
* Return proper negative replies to different types of authentication requestsJohan Hedberg2008-06-061-5/+20