summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_conn.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: Fix using the correct source address typeJohan Hedberg2016-11-221-2/+24
* Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann2016-07-091-1/+1
* Bluetooth: Add support for limited privacy modeJohan Hedberg2016-03-101-2/+11
* Bluetooth: Move memset closer to where it's neededJohan Hedberg2016-03-101-2/+2
* Bluetooth: Don't treat connection timeout as a failureJohan Hedberg2015-12-101-2/+10
* Bluetooth: Use continuous scanning when creating LE connectionsJohan Hedberg2015-12-101-1/+5
* Bluetooth: Move advertising instance management to hci_request.cJohan Hedberg2015-12-101-1/+1
* Bluetooth: Remove conn_unfinished variable from hci_connect_le()Johan Hedberg2015-11-191-36/+12
* Bluetooth: Move check for ongoing connect earlier in hci_connect_le()Johan Hedberg2015-11-191-6/+6
* Bluetooth: Fix specifying role for LE connectionsJohan Hedberg2015-11-191-2/+2
* Bluetooth: Use req_workqueue for explicit connect requestsJohan Hedberg2015-11-191-35/+4
* Bluetooth: Add clarifying comment why schedule_work is usedJohan Hedberg2015-11-191-0/+4
* Bluetooth: Make hci_disconnect() behave correctly for all statesJohan Hedberg2015-10-221-8/+3
* Bluetooth: Take advantage of connection abort helpersJohan Hedberg2015-10-221-71/+8
* Bluetooth: Remove unnecessary hci_explicit_connect_lookup functionJohan Hedberg2015-10-211-2/+3
* Bluetooth: Add hdev helper variable to hci_le_create_connection_cancelJohan Hedberg2015-10-211-6/+7
* Bluetooth: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg2015-10-211-6/+3
* Bluetooth: Fix missing hdev locking for LE scan cleanupJohan Hedberg2015-10-211-9/+43
* Bluetooth: Fix initializing conn_params in scan phaseJakub Pawlowski2015-10-161-7/+15
* Bluetooth: Fix conn_params list update in hci_connect_le_scan_cleanupJohan Hedberg2015-10-161-4/+19
* Bluetooth: Fix LE reconnection logicJohan Hedberg2015-10-161-2/+2
* Bluetooth: Fix reference counting for LE-scan based connectionsJohan Hedberg2015-10-161-17/+36
* Bluetooth: Fix double scan updatesJakub Pawlowski2015-10-161-3/+4
* Bluetooth: timeout handling in new connect procedureJakub Pawlowski2015-08-101-2/+6
* Bluetooth: advertisement handling in new connect procedureJakub Pawlowski2015-08-101-15/+37
* Bluetooth: add hci_connect_le_scanJakub Pawlowski2015-08-101-0/+174
* Bluetooth: add hci_lookup_le_connectJakub Pawlowski2015-08-101-3/+2
* Bluetooth: Fix encryption key size handling for LTKsJohan Hedberg2015-06-091-2/+2
* Bluetooth: Introduce hci_dev_clear_flag helper macroMarcel Holtmann2015-03-131-1/+1
* Bluetooth: Introduce hci_dev_set_flag helper macroMarcel Holtmann2015-03-131-1/+1
* Bluetooth: Introduce hci_dev_test_flag helper macroMarcel Holtmann2015-03-131-7/+7
* Bluetooth: Convert disconn_cfm to be triggered through hci_cbJohan Hedberg2015-02-191-1/+1
* Bluetooth: Convert connect_cfm to be triggered through hci_cbJohan Hedberg2015-02-191-2/+2
* Bluetooth: Improve error handling in connect aclLukasz Rymanowski2015-02-141-1/+5
* Bluetooth: Do not allow LE connection if LE is not enabledLukasz Rymanowski2015-02-141-0/+8
* Bluetooth: Remove unused functionRickard Strandqvist2015-01-161-15/+0
* Bluetooth: Add opcode parameter to hci_req_complete_t callbackMarcel Holtmann2015-01-121-1/+1
* Bluetooth: Create debugfs directory for each connection handleMarcel Holtmann2014-12-201-0/+3
* Bluetooth: Split hci_request helpers to hci_request.[ch]Johan Hedberg2014-12-191-0/+1
* Bluetooth: Fix generation of non-resolvable private addressesMarcel Holtmann2014-12-081-1/+1
* Bluetooth: Fix initializing hci_conn RSSI to invalid valueJohan Hedberg2014-12-051-0/+1
* Bluetooth: Fix check for direct advertisingJohan Hedberg2014-10-281-1/+1
* Bluetooth: Fix LE connection timeout deadlockJohan Hedberg2014-10-281-1/+1
* Bluetooth: fix shadow warning in hci_disconnect()Fabian Frederick2014-10-251-3/+4
* Bluetooth: Defer connection-parameter removal when unpairingAlfonso Acosta2014-10-251-0/+3
* Bluetooth: Rename sco_param_wideband table to esco_param_msbcJohan Hedberg2014-09-251-3/+3
* Bluetooth: Add retransmission effort into SCO parameter tableJohan Hedberg2014-09-241-12/+11
* Bluetooth: Fix reason code used for rejecting SCO connectionsJohan Hedberg2014-09-241-1/+1
* Bluetooth: Check for SCO type before setting retransmission effortBernhard Thaler2014-09-231-5/+17
* Bluetooth: Move clock offset reading into hci_disconnect()Johan Hedberg2014-09-081-19/+13