summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-hci.c
Commit message (Expand)AuthorAgeFilesLines
* Added uuid128 support for device DiscoverServicesClaudio Takahasi2008-06-301-1/+2
* Fix probing and removing drivers when discovering services.Luiz Augusto von Dentz2008-06-261-3/+4
* Cleanup device_browse code.Luiz Augusto von Dentz2008-06-251-2/+1
* Improve the auth requirement handlingMarcel Holtmann2008-06-161-29/+46
* Store IO capabilities of remote device in device objectJohan Hedberg2008-06-121-0/+18
* Remove unnecessary empty lineJohan Hedberg2008-06-121-1/+0
* Track agent request status in conjunction with authentication requestsJohan Hedberg2008-06-121-12/+54
* Don't use raw HCI for tracking authentication request statusJohan Hedberg2008-06-121-22/+7
* Move authentication request functions into adapter.cJohan Hedberg2008-06-121-58/+14
* Make hcid_dbus_new_auth_request private to dbus-hci.cJohan Hedberg2008-06-121-11/+22
* Minor whitespace issueJohan Hedberg2008-06-121-1/+0
* Rename pin_reqs o auth_reqs since it's tracking SSP tooJohan Hedberg2008-06-121-19/+19
* Use adapter_find_device instead of adapter_get_device when freeing bonding infoJohan Hedberg2008-06-121-1/+1
* Fix use of uninitialized memory when getting local name failsJohan Hedberg2008-06-111-3/+1
* Use strerror to show HCIGETAUTHINFO ioctl errorJohan Hedberg2008-06-111-1/+2
* If we have no agent then capability is no input and no outputMarcel Holtmann2008-06-111-1/+1
* Use auth requirement proposed by kernel if availableMarcel Holtmann2008-06-111-6/+3
* Allow auto-accept with no agent presentMarcel Holtmann2008-06-111-0/+4
* Parse the IO capa response eventMarcel Holtmann2008-06-111-2/+8
* Use the pattern parameter in DiscoverServices()Marcel Holtmann2008-06-101-1/+2
* Store hci status in authentication complete caseJohan Hedberg2008-06-101-1/+4
* Don't do pending authentication replies if we already got an authentication f...Johan Hedberg2008-06-101-0/+12
* Remove use of g_dbus_unregister_all_interfaces.Luiz Augusto von Dentz2008-06-091-3/+11
* Make unregister_adapter_path to use g_dbus_unregister_all_interfaces.Luiz Augusto von Dentz2008-06-091-13/+8
* Move adapter list from dbus-hci.c to manager.cLuiz Augusto von Dentz2008-06-091-143/+34
* Implement auto-accept cases with no MITMMarcel Holtmann2008-06-091-35/+62
* Use kernel auth requirement if availableMarcel Holtmann2008-06-091-3/+6
* Detect Simple Pairing support and enable itMarcel Holtmann2008-06-091-8/+0
* Verbose debugging of auth info errorsMarcel Holtmann2008-06-091-0/+2
* Ask kernel for authentication requirementMarcel Holtmann2008-06-091-0/+40
* Add support for Simple Pairing User Notification eventJohan Hedberg2008-06-091-0/+34
* First attempt at Device.DiscoverServices() implementationMarcel Holtmann2008-06-091-1/+1
* Make sure to probe drivers on startupMarcel Holtmann2008-06-081-0/+1
* Don't abstract functions that are only used onceMarcel Holtmann2008-06-071-1/+26
* Use g_dbus_emit_signal for sending D-Bus signalsMarcel Holtmann2008-06-071-33/+33
* Use gdbus API for signal sending with valistMarcel Holtmann2008-06-071-1/+1
* Removed ba2adapter functionClaudio Takahasi2008-06-071-19/+19
* More cleanups and less castingMarcel Holtmann2008-06-061-5/+16
* use proper casts for pin_req_cmpJohan Hedberg2008-06-061-2/+2
* Add some extra debug printsJohan Hedberg2008-06-061-1/+5
* Further cleanup of authentication logicJohan Hedberg2008-06-061-21/+14
* Fix the object user data handling in security callbacksMarcel Holtmann2008-06-061-4/+4
* Use direct D-Bus sending functionsMarcel Holtmann2008-06-061-9/+16
* Fix bug introduced by previous cleanupJohan Hedberg2008-06-051-5/+4
* Implement first part of missing SSP callbacksJohan Hedberg2008-06-051-0/+126
* Add support for fetching IO capability from an agentJohan Hedberg2008-06-051-0/+35
* Clean up adapter lookupJohan Hedberg2008-06-051-322/+160
* Changed old Adapter methods to use gdbusClaudio Takahasi2008-06-041-70/+106
* Rework new agent logicJohan Hedberg2008-06-031-0/+11
* Remove the test D-Bus APIMarcel Holtmann2008-06-031-12/+2