summaryrefslogtreecommitdiffstats
path: root/src/dbus-hci.c
Commit message (Expand)AuthorAgeFilesLines
* Set the Alias only after checking the EIR dataJohan Hedberg2009-01-271-11/+11
* Fix bug which prevents emitting DeviceDisappered.Luiz Augusto von Dentz2009-01-211-5/+0
* Use MITM for CreatePairedDevice and handle the NoInputNoOuput casesMarcel Holtmann2009-01-161-3/+11
* Also check the local IO capability before requiring MITMJohan Hedberg2009-01-161-3/+6
* Require MITM for dedicated bonding if the remote side is capable of itJohan Hedberg2009-01-161-2/+8
* Use dedicated bonding and no MITM for pairingMarcel Holtmann2009-01-151-4/+1
* Add another debug for auth requirements from kernelMarcel Holtmann2009-01-151-3/+5
* Fix device creation for incoming security mode 3 connectsJohan Hedberg2009-01-151-2/+4
* Fix IO capabilities for non-pairing and pairing casesMarcel Holtmann2009-01-151-12/+14
* Don't do reverse SDP for renewed link keysJohan Hedberg2009-01-131-0/+5
* Only handle the special case of no bonding and no MITMMarcel Holtmann2009-01-131-2/+2
* Follow MITM requirements from remote deviceMarcel Holtmann2009-01-131-0/+4
* Fix no-bonding connections in non-bondable modeJohan Hedberg2009-01-131-1/+8
* Fix new pairing detection with SSPJohan Hedberg2009-01-131-2/+3
* Add more debug for authentication requirementsMarcel Holtmann2009-01-131-1/+6
* Handle active connection using device object.Luiz Augusto von Dentz2009-01-111-30/+7
* Move bonding creation to device.c.Luiz Augusto von Dentz2009-01-111-298/+60
* Update copyright informationMarcel Holtmann2009-01-011-1/+1
* Add missing include of own header fileMarcel Holtmann2008-12-231-0/+1
* Fix log messages when there's no agent availableJohan Hedberg2008-12-221-2/+4
* Add support for the LegacyPairing propertyJohan Hedberg2008-12-041-2/+14
* Fix some more misusage of "return -err;"Marcel Holtmann2008-11-301-4/+4
* Make adapter_remove_discov_timeout private to adapter.cJohan Hedberg2008-11-291-2/+0
* Clean up scan mode related codeJohan Hedberg2008-11-291-2/+1
* Fix bdaddr parameter to adapter_pairing_initiatorJohan Hedberg2008-11-211-1/+1
* Introduce Pairable property.Luiz Augusto von Dentz2008-11-201-0/+8
* Remove unused functionsJohan Hedberg2008-11-191-33/+0
* Move set_limited_discoverable() from dbus-hci.c to adapter.cJohan Hedberg2008-11-191-38/+0
* Simplify emit_device_found callsJohan Hedberg2008-10-281-14/+4
* Send DeviceFound signals also the first time the name gets resolvedJohan Hedberg2008-10-281-20/+50
* Use g_dbus_send_message instead of dbus_connection_sendJohan Hedberg2008-10-241-5/+2
* Rename dbus_connection_emit_property_changed to emit_property_changedJohan Hedberg2008-10-161-11/+8
* Rename dbus_message_iter_append_dict_entry to dict_append_entryJohan Hedberg2008-10-161-1/+1
* Fix the service discovery-upon-pairing logicJohan Hedberg2008-10-081-1/+2
* Check for NULL return of adapter_find_deviceJohan Hedberg2008-10-071-0/+4
* Fix bonding process state tracking for auto-accept caseJohan Hedberg2008-10-071-0/+3
* Set device class before storing itMarcel Holtmann2008-09-291-1/+1
* Send alias update when remote name result is availableMarcel Holtmann2008-09-291-5/+14
* Add support for setting major and minor class togetherMarcel Holtmann2008-09-291-1/+19
* Make sure to always add Alias and Icon propertyMarcel Holtmann2008-09-291-5/+78
* Add functions to write major and minor device classMarcel Holtmann2008-09-291-5/+36
* Fix potential NULL pointer dereferenceJohan Hedberg2008-09-271-1/+1
* Don't do bonding_process_complete upon link_key_notifyJohan Hedberg2008-09-261-5/+37
* Move more pairing and discovery initiation logic into device.cJohan Hedberg2008-09-251-20/+1
* Get rid of an unnecessary variableJohan Hedberg2008-09-251-2/+1
* Do service discovery also for pairings initiated from the other sideJohan Hedberg2008-09-251-44/+25
* Clean up authentication and service discovery initiation codeJohan Hedberg2008-09-251-19/+24
* Code cleanupJohan Hedberg2008-09-251-6/+4
* Remove old code of CreateBonding.Luiz Augusto von Dentz2008-09-241-8/+2
* Use a common timeout for hci commandsJohan Hedberg2008-09-231-12/+13