summaryrefslogtreecommitdiffstats
path: root/hcid/adapter.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Further cleanup of authentication logicJohan Hedberg2008-06-061-2/+2
* Fix broken commitMarcel Holtmann2008-06-061-2/+3
* And another remove of sending helperMarcel Holtmann2008-06-061-1/+2
* More direct usage of D-Bus sending functionMarcel Holtmann2008-06-061-5/+8
* Remove device specific agent before removing device objectJohan Hedberg2008-06-061-0/+5
* Minor cleanupJohan Hedberg2008-06-061-8/+9
* Changed old Adapter methods to use gdbusClaudio Takahasi2008-06-041-603/+530
* Use IO_CAPABILITY_INVALID instead of 0 for correctnessJohan Hedberg2008-06-031-1/+2
* Rework new agent logicJohan Hedberg2008-06-031-7/+38
* Add basic skeleton for tracking agent IO capabilityJohan Hedberg2008-06-031-10/+15
* Fix parameter list for CreatePairedDeviceMarcel Holtmann2008-06-031-4/+4