aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/net/bluetooth/hci_event.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-05-20Bluetooth: Consolidate encryption handling in hci_encrypt_cfmLuiz Augusto von Dentz1-25/+3
2020-05-18Bluetooth: Add SCO fallback for invalid LMP parameters errorHsin-Yu Chao1-0/+1
2020-05-13Bluetooth: Handle Inquiry Cancel error after Inquiry CompleteSonny Sasaka1-2/+17
2020-04-28Bluetooth: allow scatternet connections if supported.Alain Michaud1-1/+3
2020-04-09Bluetooth: log advertisement packet length if it gets correctedDaniels Umanovskis1-1/+2
2020-04-05Bluetooth: Add support for Read Local Simple Pairing OptionsMarcel Holtmann1-0/+21
2020-04-05Bluetooth: Add framework for Microsoft vendor extensionMiao-chen Chou1-0/+5
2020-04-05Bluetooth: add support to notify using SCO air modeSathish Narsimman1-1/+22
2020-04-03Bluetooth: fixing minor typo in commentAlain Michaud1-1/+1
2020-03-25Bluetooth: don't assume key size is 16 when the command failsAlain Michaud1-4/+4
2020-03-23Bluetooth: Fix incorrect branch in connection completeAbhishek Pandit-Subedi1-8/+9
2020-03-12Bluetooth: clean up connection in hci_cs_disconnectJoseph Hwang1-1/+13
2020-03-11Bluetooth: Handle BR/EDR devices during suspendAbhishek Pandit-Subedi1-0/+24
2020-03-08Bluetooth: Enable erroneous data reporting if WBS is supportedAlain Michaud1-0/+39
2020-03-04Bluetooth: guard against controllers sending zero'd eventsAlain Michaud1-0/+6
2020-02-14Bluetooth: secure bluetooth stack from bluedump attackHoward Chung1-0/+10
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