summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_conn.c
AgeCommit message (Expand)Author
2017-10-30Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann
2017-10-29Bluetooth: Fix potential memory leakJaganath Kanakkassery
2016-11-22Bluetooth: Fix using the correct source address typeJohan Hedberg
2016-07-09Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann
2016-03-10Bluetooth: Add support for limited privacy modeJohan Hedberg
2016-03-10Bluetooth: Move memset closer to where it's neededJohan Hedberg
2015-12-10Bluetooth: Don't treat connection timeout as a failureJohan Hedberg
2015-12-10Bluetooth: Use continuous scanning when creating LE connectionsJohan Hedberg
2015-12-10Bluetooth: Move advertising instance management to hci_request.cJohan Hedberg
2015-11-19Bluetooth: Remove conn_unfinished variable from hci_connect_le()Johan Hedberg
2015-11-19Bluetooth: Move check for ongoing connect earlier in hci_connect_le()Johan Hedberg
2015-11-19Bluetooth: Fix specifying role for LE connectionsJohan Hedberg
2015-11-19Bluetooth: Use req_workqueue for explicit connect requestsJohan Hedberg
2015-11-19Bluetooth: Add clarifying comment why schedule_work is usedJohan Hedberg
2015-10-22Bluetooth: Make hci_disconnect() behave correctly for all statesJohan Hedberg
2015-10-22Bluetooth: Take advantage of connection abort helpersJohan Hedberg
2015-10-21Bluetooth: Remove unnecessary hci_explicit_connect_lookup functionJohan Hedberg
2015-10-21Bluetooth: Add hdev helper variable to hci_le_create_connection_cancelJohan Hedberg
2015-10-21Bluetooth: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg
2015-10-21Bluetooth: Fix missing hdev locking for LE scan cleanupJohan Hedberg
2015-10-16Bluetooth: Fix initializing conn_params in scan phaseJakub Pawlowski
2015-10-16Bluetooth: Fix conn_params list update in hci_connect_le_scan_cleanupJohan Hedberg
2015-10-16Bluetooth: Fix LE reconnection logicJohan Hedberg
2015-10-16Bluetooth: Fix reference counting for LE-scan based connectionsJohan Hedberg
2015-10-16Bluetooth: Fix double scan updatesJakub Pawlowski
2015-08-10Bluetooth: timeout handling in new connect procedureJakub Pawlowski
2015-08-10Bluetooth: advertisement handling in new connect procedureJakub Pawlowski
2015-08-10Bluetooth: add hci_connect_le_scanJakub Pawlowski
2015-08-10Bluetooth: add hci_lookup_le_connectJakub Pawlowski
2015-06-09Bluetooth: Fix encryption key size handling for LTKsJohan Hedberg
2015-03-13Bluetooth: Introduce hci_dev_clear_flag helper macroMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_set_flag helper macroMarcel Holtmann
2015-03-13Bluetooth: Introduce hci_dev_test_flag helper macroMarcel Holtmann
2015-02-19Bluetooth: Convert disconn_cfm to be triggered through hci_cbJohan Hedberg
2015-02-19Bluetooth: Convert connect_cfm to be triggered through hci_cbJohan Hedberg
2015-02-14Bluetooth: Improve error handling in connect aclLukasz Rymanowski
2015-02-14Bluetooth: Do not allow LE connection if LE is not enabledLukasz Rymanowski
2015-01-16Bluetooth: Remove unused functionRickard Strandqvist
2015-01-12Bluetooth: Add opcode parameter to hci_req_complete_t callbackMarcel Holtmann
2014-12-20Bluetooth: Create debugfs directory for each connection handleMarcel Holtmann
2014-12-19Bluetooth: Split hci_request helpers to hci_request.[ch]Johan Hedberg
2014-12-08Bluetooth: Fix generation of non-resolvable private addressesMarcel Holtmann
2014-12-05Bluetooth: Fix initializing hci_conn RSSI to invalid valueJohan Hedberg
2014-10-28Bluetooth: Fix check for direct advertisingJohan Hedberg
2014-10-28Bluetooth: Fix LE connection timeout deadlockJohan Hedberg
2014-10-25Bluetooth: fix shadow warning in hci_disconnect()Fabian Frederick
2014-10-25Bluetooth: Defer connection-parameter removal when unpairingAlfonso Acosta
2014-09-25Bluetooth: Rename sco_param_wideband table to esco_param_msbcJohan Hedberg
2014-09-24Bluetooth: Add retransmission effort into SCO parameter tableJohan Hedberg
2014-09-24Bluetooth: Fix reason code used for rejecting SCO connectionsJohan Hedberg