aboutsummaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-01-04Bluetooth: Add support for LE PHY Update Complete eventLuiz Augusto von Dentz1-0/+27
2020-01-04Bluetooth: Remove usage of BT_ERR_RATELIMITED macroMarcel Holtmann1-8/+6
2019-09-05Revert "Bluetooth: validate BLE connection interval updates"Marcel Holtmann1-5/+0
2019-07-06Bluetooth: validate BLE connection interval updatescsonsino1-0/+5
2019-07-06Bluetooth: Add support for LE ping featureSpoorthi Ravishankar Koppad1-0/+72
2019-05-05Bluetooth: Ignore CC events not matching the last HCI commandJoão Paulo Rechi Vita1-0/+12
2019-04-23Bluetooth: Fix incorrect pointer arithmatic in ext_adv_report_evtJaganath Kanakkassery1-1/+1
2019-02-18Bluetooth: hci_event: Use struct_size() helperGustavo A. R. Silva1-4/+4
2018-12-19Bluetooth: Fix unnecessary error message for HCI request completionJohan Hedberg1-0/+6
2018-10-14Bluetooth: Remove redundant check on statusColin Ian King1-21/+17
2018-09-27Bluetooth: Add definitions and track LE resolve list modificationAnkit Navik1-0/+47
2018-08-10Bluetooth: Add definitions for LE set address resolutionAnkit Navik1-0/+28
2018-08-06Bluetooth: remove redundant variables 'adv_set' and 'cp'YueHaibing1-3/+0
2018-07-30Bluetooth: Handle ADv set terminated eventJaganath Kanakkassery1-3/+40
2018-07-30Bluetooth: Implement Set ADV set random addressJaganath Kanakkassery1-1/+36
2018-07-30Bluetooth: Implement disable and removal of adv instanceJaganath Kanakkassery1-0/+2
2018-07-30Bluetooth: Use Set ext adv/scan rsp data if controller supportsJaganath Kanakkassery1-0/+2
2018-07-30Bluetooth: Impmlement extended adv enableJaganath Kanakkassery1-0/+72
2018-07-30Bluetooth: Read no of adv sets during initJaganath Kanakkassery1-0/+18
2018-07-30Bluetooth: Handle extended ADV PDU typesJaganath Kanakkassery1-13/+37
2018-07-30Bluetooth: Implement Set PHY Confguration commandJaganath Kanakkassery1-0/+26
2018-07-06Bluetooth: Use extended LE Connection if supportedJaganath Kanakkassery1-0/+47
2018-07-06Bluetooth: Introduce helpers for le conn status and completeJaganath Kanakkassery1-45/+65
2018-07-06Bluetooth: Process extended ADV report eventJaganath Kanakkassery1-0/+52
2018-07-06Bluetooth: Use extended scanning if controller supportsJaganath Kanakkassery1-0/+51
2018-07-06Bluetooth: Introduce helpers for LE set scan start and completeJaganath Kanakkassery1-16/+21
2018-07-06Bluetooth: Add HCI command for clear Resolv listAnkit Navik1-0/+17
2018-07-06Bluetooth: Store Resolv list sizeAnkit Navik1-0/+18
2018-05-18Bluetooth: Prevent buffer overflow for large advertisement dataChriz Chow1-4/+8
2018-04-03Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc1-4/+11
2017-10-30Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann1-22/+24
2017-02-16Bluetooth: fix spelling mistake: "advetising" -> "advertising"Colin Ian King1-1/+1
2016-07-13Bluetooth: Add Authentication Failed reason to Disconnected Mgmt eventSzymon Janc1-1/+15
2016-07-09Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann1-1/+1
2016-04-08Bluetooth: Ignore unknown advertising packet typesJohan Hedberg1-0/+13
2016-01-05Bluetooth: Change eir_has_data_type() to more generic eir_get_data()Johan Hedberg1-3/+3
2015-12-10Bluetooth: Move advertising instance management to hci_request.cJohan Hedberg1-2/+2
2015-12-10Bluetooth: Run page scan updates through hdev->req_workqueueJohan Hedberg1-2/+2
2015-10-26Bluetooth: Rename bt_cb()->req into bt_cb()->hciMarcel Holtmann1-2/+2
2015-10-21Bluetooth: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg1-1/+2
2015-10-20Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-3/+8
2015-10-16Bluetooth: Fix LE reconnection logicJohan Hedberg1-2/+2
2015-10-16Bluetooth: Fix double scan updatesJakub Pawlowski1-1/+6
2015-09-18Bluetooth: Fix reporting incorrect EIR in device found mgmt eventSzymon Janc1-0/+21
2015-08-28Bluetooth: Fix SCO link type handling on connection completeKuba Pawlak1-2/+10
2015-08-10Bluetooth: advertisement handling in new connect procedureJakub Pawlowski1-22/+29
2015-08-10Bluetooth: add hci_lookup_le_connectJakub Pawlowski1-2/+2
2015-07-30Bluetooth: Move create/accept phy link completed callback to amp.cArron Wang1-49/+0
2015-07-30Bluetooth: Move amp assoc read/write completed callback to amp.cArron Wang1-59/+0
2015-07-30Bluetooth: Move get info completed callback to a2mp.cArron Wang1-4/+1