summaryrefslogtreecommitdiffstats
path: root/hcid/dbus-hci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Converted Adapter interface to use new GDBusMethodTableClaudio Takahasi2008-06-031-1/+1
* Rename RequestPasskey to RequestPinCodeJohan Hedberg2008-05-301-5/+5
* Change name_listener API to libgdbus watch APIJohan Hedberg2008-05-291-10/+12
* Use guint identifier for all name_listener operationsJohan Hedberg2008-05-271-95/+19
* Move D-Bus object and interface helpers into libgdbusMarcel Holtmann2008-05-081-3/+0
* Move D-Bus watch functions into libgdbusMarcel Holtmann2008-05-081-1/+2
* Fix endiannes handling of connection handlesJohan Hedberg2008-04-151-1/+1
* Remove pin request even if status != 0Johan Hedberg2008-04-151-1/+4
* hcid: removing device object when some error occurs during bonding processVinicius Gomes2008-04-141-0/+5
* hcid: now the DeviceCreated signal is sent only when the pairing is complete.Vinicius Gomes2008-04-111-0/+10
* Emit signals properly when removing a device.Luiz Augusto von Dentz2008-04-111-27/+18
* Added local agent in CreatePairedDeviceCidorvan Leite2008-04-101-9/+13
* Fix temporary device removal not emitting DeviceRemoved.Luiz Augusto von Dentz2008-04-091-5/+3
* Fix CreatePairedDevice and CreateDevice behavior.Luiz Augusto von Dentz2008-04-081-41/+57
* hcid: temporary devices, now devices created at incoming pairing are removed ...Vinicius Gomes2008-04-071-4/+11