aboutsummaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_conn.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-06Bluetooth: Use controller sets when availableGravatar Luiz Augusto von Dentz 1-1/+1
2019-07-06Bluetooth: Add support for LE ping featureGravatar Spoorthi Ravishankar Koppad 1-0/+3
2019-06-22Bluetooth: Fix regression with minimum encryption key size alignmentGravatar Marcel Holtmann 1-9/+9
2019-04-25Bluetooth: Align minimum encryption key size for LE and BR/EDR connectionsGravatar Marcel Holtmann 1-0/+8
2018-07-30Bluetooth: Implement Set ADV set random addressGravatar Jaganath Kanakkassery 1-0/+23
2018-07-30Bluetooth: Use ext adv for directed advGravatar Jaganath Kanakkassery 1-22/+45
2018-07-30Bluetooth: Use selected PHYs in extended connectGravatar Jaganath Kanakkassery 1-16/+45
2018-07-06Bluetooth: Use extended LE Connection if supportedGravatar Jaganath Kanakkassery 1-18/+54
2018-04-03Bluetooth: Fix connection if directed advertising and privacy is usedGravatar Szymon Janc 1-8/+21
2017-10-30Bluetooth: Use bt_dev_err and bt_dev_info when possibleGravatar Marcel Holtmann 1-2/+2
2017-10-29Bluetooth: Fix potential memory leakGravatar Jaganath Kanakkassery 1-1/+1
2016-11-22Bluetooth: Fix using the correct source address typeGravatar Johan Hedberg 1-2/+24
2016-07-09Bluetooth: Rename HCI_BREDR into HCI_PRIMARYGravatar Marcel Holtmann 1-1/+1
2016-03-10Bluetooth: Add support for limited privacy modeGravatar Johan Hedberg 1-2/+11
2016-03-10Bluetooth: Move memset closer to where it's neededGravatar Johan Hedberg 1-2/+2
2015-12-10Bluetooth: Don't treat connection timeout as a failureGravatar Johan Hedberg 1-2/+10
2015-12-10Bluetooth: Use continuous scanning when creating LE connectionsGravatar Johan Hedberg 1-1/+5
2015-12-10Bluetooth: Move advertising instance management to hci_request.cGravatar Johan Hedberg 1-1/+1
2015-11-19Bluetooth: Remove conn_unfinished variable from hci_connect_le()Gravatar Johan Hedberg 1-36/+12
2015-11-19Bluetooth: Move check for ongoing connect earlier in hci_connect_le()Gravatar Johan Hedberg 1-6/+6
2015-11-19Bluetooth: Fix specifying role for LE connectionsGravatar Johan Hedberg 1-2/+2
2015-11-19Bluetooth: Use req_workqueue for explicit connect requestsGravatar Johan Hedberg 1-35/+4
2015-11-19Bluetooth: Add clarifying comment why schedule_work is usedGravatar Johan Hedberg 1-0/+4
2015-10-22Bluetooth: Make hci_disconnect() behave correctly for all statesGravatar Johan Hedberg 1-8/+3
2015-10-22Bluetooth: Take advantage of connection abort helpersGravatar Johan Hedberg 1-71/+8
2015-10-21Bluetooth: Remove unnecessary hci_explicit_connect_lookup functionGravatar Johan Hedberg 1-2/+3
2015-10-21Bluetooth: Add hdev helper variable to hci_le_create_connection_cancelGravatar Johan Hedberg 1-6/+7
2015-10-21Bluetooth: Use hci_conn_hash_lookup_le() when possibleGravatar Johan Hedberg 1-6/+3
2015-10-21Bluetooth: Fix missing hdev locking for LE scan cleanupGravatar Johan Hedberg 1-9/+43
2015-10-16Bluetooth: Fix initializing conn_params in scan phaseGravatar Jakub Pawlowski 1-7/+15
2015-10-16Bluetooth: Fix conn_params list update in hci_connect_le_scan_cleanupGravatar Johan Hedberg 1-4/+19
2015-10-16Bluetooth: Fix LE reconnection logicGravatar Johan Hedberg 1-2/+2
2015-10-16Bluetooth: Fix reference counting for LE-scan based connectionsGravatar Johan Hedberg 1-17/+36
2015-10-16Bluetooth: Fix double scan updatesGravatar Jakub Pawlowski 1-3/+4
2015-08-10Bluetooth: timeout handling in new connect procedureGravatar Jakub Pawlowski 1-2/+6
2015-08-10Bluetooth: advertisement handling in new connect procedureGravatar Jakub Pawlowski 1-15/+37
2015-08-10Bluetooth: add hci_connect_le_scanGravatar Jakub Pawlowski 1-0/+174
2015-08-10Bluetooth: add hci_lookup_le_connectGravatar Jakub Pawlowski 1-3/+2
2015-06-09Bluetooth: Fix encryption key size handling for LTKsGravatar Johan Hedberg 1-2/+2
2015-03-13Bluetooth: Introduce hci_dev_clear_flag helper macroGravatar Marcel Holtmann 1-1/+1
2015-03-13Bluetooth: Introduce hci_dev_set_flag helper macroGravatar Marcel Holtmann 1-1/+1
2015-03-13Bluetooth: Introduce hci_dev_test_flag helper macroGravatar Marcel Holtmann 1-7/+7
2015-02-19Bluetooth: Convert disconn_cfm to be triggered through hci_cbGravatar Johan Hedberg 1-1/+1
2015-02-19Bluetooth: Convert connect_cfm to be triggered through hci_cbGravatar Johan Hedberg 1-2/+2
2015-02-14Bluetooth: Improve error handling in connect aclGravatar Lukasz Rymanowski 1-1/+5
2015-02-14Bluetooth: Do not allow LE connection if LE is not enabledGravatar Lukasz Rymanowski 1-0/+8
2015-01-16Bluetooth: Remove unused functionGravatar Rickard Strandqvist 1-15/+0
2015-01-12Bluetooth: Add opcode parameter to hci_req_complete_t callbackGravatar Marcel Holtmann 1-1/+1
2014-12-20Bluetooth: Create debugfs directory for each connection handleGravatar Marcel Holtmann 1-0/+3
2014-12-19Bluetooth: Split hci_request helpers to hci_request.[ch]Gravatar Johan Hedberg 1-0/+1