summaryrefslogtreecommitdiff
path: root/plugins
Commit message (Expand)AuthorAgeFilesLines
* Remove check for adapter->up for read_local_name_completeJohan Hedberg2011-03-041-3/+0
* Fix hal plugin compilation errorSzymon Janc2011-03-041-1/+0
* Move index to common header in management interfaceSzymon Janc2011-02-251-157/+86
* Maemo6 MCE: skip first adapter_powered callbackDaniel Orstadius2011-02-241-0/+6
* Fix DBG() calls with bogus messagesAnderson Lizardo2011-02-241-2/+3
* Fix potential bug in le_advertising_report()Andre Guedes2011-02-221-5/+10
* Fix bonding_complete indication for mgmt_pair_device complete eventJohan Hedberg2011-02-201-0/+10
* mgmt: Add support for auth_failed event and bonding_complete hooksJohan Hedberg2011-02-181-0/+36
* Move SSP auto-accept handling completely inside hciopsJohan Hedberg2011-02-172-34/+40
* mgmt: Add User Confirmation request supportJohan Hedberg2011-02-161-10/+72
* Remove unused scan_enable codeJohan Hedberg2011-02-152-22/+2
* mgmt: Add mgmt_pair_device commandJohan Hedberg2011-02-081-1/+36
* Clean up hciops dev_info init code a little bitJohan Hedberg2011-02-021-9/+12
* Fix stopping inquiry before adapter object is initializedLuiz Augusto von Dentz2011-02-021-24/+26
* Fix sending HCIDEVUP when adapter is already upLuiz Augusto von Dentz2011-02-021-8/+15
* Remove unneeded adapter_ops->request_authentication callbackJohan Hedberg2011-01-312-36/+24
* Fix bonding IO channel closingJohan Hedberg2011-01-291-1/+3
* Add some more debug prints to the bonding procedureJohan Hedberg2011-01-291-0/+2
* Fix agent cancellation in security mode 3 situationsJohan Hedberg2011-01-291-2/+1
* Create a separate conn_failed callback to match mgmt interfaceJohan Hedberg2011-01-292-12/+12
* Clean up connection failure handlingJohan Hedberg2011-01-291-12/+24
* Rename btd_event_bonding_process_complete to btd_event_bonding_completeJohan Hedberg2011-01-291-2/+1
* hciops: Use g_slist_prepend instead of g_slist_append for storing keysJohan Hedberg2011-01-281-1/+1
* hciops: Remove unnecessary conn->key_typeJohan Hedberg2011-01-281-4/+1
* Refactor pairing code to match the management interfaceJohan Hedberg2011-01-282-155/+488
* hciops: remove scan disable on poweroffPavan Savoy2011-01-261-5/+0
* mgmt: Add set_io_capability commandJohan Hedberg2011-01-252-0/+31
* mgmt: Add command complete detection for PIN code handlingJohan Hedberg2011-01-251-0/+6
* mgmt: Add PIN Code request handlingJohan Hedberg2011-01-241-10/+84
* mgmt: Fix new_key event content validationJohan Hedberg2011-01-241-3/+11
* Fix initialization when adapter is already upLuiz Augusto von Dentz2011-01-241-24/+2
* mgmt: add support for get_connections commandJohan Hedberg2011-01-211-2/+64
* Fix hciops connection list initializationJohan Hedberg2011-01-211-21/+51
* Use simple bdaddr list for existing connectionsJohan Hedberg2011-01-211-1/+2
* mgmt: add support for connect failed eventJohan Hedberg2011-01-211-0/+30
* mgmt: add core daemon callbacks for connected eventsJohan Hedberg2011-01-211-0/+4
* Add support for disconnect management commandJohan Hedberg2011-01-211-1/+46
* mgmt: Add support for connected/disconnected eventsJohan Hedberg2011-01-211-0/+56
* Keep connection handle information inside adapter_opsJohan Hedberg2011-01-212-41/+93
* mgmt: add initial support for link key handlingJohan Hedberg2011-01-211-4/+97
* Use an unsigned integer for representing the PIN lengthJohan Hedberg2011-01-211-4/+3
* Fix use of deprecated glib on hciops pluginLuiz Augusto von Dentz2011-01-191-10/+14
* Update Class of Device handling to the latest management interfaceJohan Hedberg2011-01-162-77/+81
* Fix event mask setting for a specific 1.2 adapterJohan Hedberg2011-01-111-1/+4
* Fix event mask setting for 1.1 controllersJohan Hedberg2011-01-111-35/+52
* Remove unnecessary type castJohan Hedberg2011-01-081-1/+1
* mgmt: Fix opcode endianess in commandsJohan Hedberg2011-01-031-5/+5
* mgmt: Add preliminary UUID handlingJohan Hedberg2011-01-031-2/+53
* mgmt: Implement set_pairableJohan Hedberg2010-12-302-3/+81
* Refactor handling of UUIDs with respect to adapter_opsJohan Hedberg2010-12-302-81/+111