summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: validate BLE connection interval updatescsonsino2019-07-061-0/+5
* Bluetooth: Add support for LE ping featureSpoorthi Ravishankar Koppad2019-07-061-0/+72
* Bluetooth: Ignore CC events not matching the last HCI commandJoão Paulo Rechi Vita2019-05-051-0/+12
* Bluetooth: Fix incorrect pointer arithmatic in ext_adv_report_evtJaganath Kanakkassery2019-04-231-1/+1
* Bluetooth: hci_event: Use struct_size() helperGustavo A. R. Silva2019-02-181-4/+4
* Bluetooth: Fix unnecessary error message for HCI request completionJohan Hedberg2018-12-191-0/+6
* Bluetooth: Remove redundant check on statusColin Ian King2018-10-141-21/+17Star
* Bluetooth: Add definitions and track LE resolve list modificationAnkit Navik2018-09-271-0/+47
* Bluetooth: Add definitions for LE set address resolutionAnkit Navik2018-08-101-0/+28
* Bluetooth: remove redundant variables 'adv_set' and 'cp'YueHaibing2018-08-061-3/+0Star
* Bluetooth: Handle ADv set terminated eventJaganath Kanakkassery2018-07-301-3/+40
* Bluetooth: Implement Set ADV set random addressJaganath Kanakkassery2018-07-301-1/+36
* Bluetooth: Implement disable and removal of adv instanceJaganath Kanakkassery2018-07-301-0/+2
* Bluetooth: Use Set ext adv/scan rsp data if controller supportsJaganath Kanakkassery2018-07-301-0/+2
* Bluetooth: Impmlement extended adv enableJaganath Kanakkassery2018-07-301-0/+72
* Bluetooth: Read no of adv sets during initJaganath Kanakkassery2018-07-301-0/+18
* Bluetooth: Handle extended ADV PDU typesJaganath Kanakkassery2018-07-301-13/+37
* Bluetooth: Implement Set PHY Confguration commandJaganath Kanakkassery2018-07-301-0/+26
* Bluetooth: Use extended LE Connection if supportedJaganath Kanakkassery2018-07-061-0/+47
* Bluetooth: Introduce helpers for le conn status and completeJaganath Kanakkassery2018-07-061-45/+65
* Bluetooth: Process extended ADV report eventJaganath Kanakkassery2018-07-061-0/+52
* Bluetooth: Use extended scanning if controller supportsJaganath Kanakkassery2018-07-061-0/+51
* Bluetooth: Introduce helpers for LE set scan start and completeJaganath Kanakkassery2018-07-061-16/+21
* Bluetooth: Add HCI command for clear Resolv listAnkit Navik2018-07-061-0/+17
* Bluetooth: Store Resolv list sizeAnkit Navik2018-07-061-0/+18
* Bluetooth: Prevent buffer overflow for large advertisement dataChriz Chow2018-05-181-4/+8
* Bluetooth: Fix connection if directed advertising and privacy is usedSzymon Janc2018-04-031-4/+11
* Bluetooth: Use bt_dev_err and bt_dev_info when possibleMarcel Holtmann2017-10-301-22/+24
* Bluetooth: fix spelling mistake: "advetising" -> "advertising"Colin Ian King2017-02-161-1/+1
* Bluetooth: Add Authentication Failed reason to Disconnected Mgmt eventSzymon Janc2016-07-131-1/+15
* Bluetooth: Rename HCI_BREDR into HCI_PRIMARYMarcel Holtmann2016-07-091-1/+1
* Bluetooth: Ignore unknown advertising packet typesJohan Hedberg2016-04-081-0/+13
* Bluetooth: Change eir_has_data_type() to more generic eir_get_data()Johan Hedberg2016-01-051-3/+3
* Bluetooth: Move advertising instance management to hci_request.cJohan Hedberg2015-12-101-2/+2
* Bluetooth: Run page scan updates through hdev->req_workqueueJohan Hedberg2015-12-101-2/+2
* Bluetooth: Rename bt_cb()->req into bt_cb()->hciMarcel Holtmann2015-10-261-2/+2
* Bluetooth: Use hci_conn_hash_lookup_le() when possibleJohan Hedberg2015-10-211-1/+2
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-10-201-3/+8
|\
| * Bluetooth: Fix LE reconnection logicJohan Hedberg2015-10-161-2/+2
| * Bluetooth: Fix double scan updatesJakub Pawlowski2015-10-161-1/+6
* | Bluetooth: Fix reporting incorrect EIR in device found mgmt eventSzymon Janc2015-09-181-0/+21
|/
* Bluetooth: Fix SCO link type handling on connection completeKuba Pawlak2015-08-281-2/+10
* Bluetooth: advertisement handling in new connect procedureJakub Pawlowski2015-08-101-22/+29
* Bluetooth: add hci_lookup_le_connectJakub Pawlowski2015-08-101-2/+2
* Bluetooth: Move create/accept phy link completed callback to amp.cArron Wang2015-07-301-49/+0Star
* Bluetooth: Move amp assoc read/write completed callback to amp.cArron Wang2015-07-301-59/+0Star
* Bluetooth: Move get info completed callback to a2mp.cArron Wang2015-07-301-4/+1Star
* Bluetooth: Move high speed specific event under BT_HS optionArron Wang2015-07-301-20/+24
* Bluetooth: Remove redundant check for ACL_LINKJohan Hedberg2015-06-121-2/+1Star
* Bluetooth: Read encryption key size for BR/EDR connectionsJohan Hedberg2015-06-121-0/+87