summaryrefslogtreecommitdiffstats
path: root/net/bluetooth/hci_event.c
Commit message (Expand)AuthorAgeFilesLines
* Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz2024-05-141-147/+0
* Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()Sungwoo Kim2024-05-141-11/+20
* Bluetooth: hci_conn, hci_sync: Use __counted_by() to avoid -Wfamnae warningsGustavo A. R. Silva2024-05-141-1/+2
* Bluetooth: ISO: Handle PA sync when no BIGInfo reports are generatedIulia Tanasescu2024-05-141-25/+33
* Bluetooth: hci_event: Set DISCOVERY_FINDING on SCAN_ENABLEDLuiz Augusto von Dentz2024-05-141-2/+1
* Bluetooth: HCI: Fix potential null-ptr-derefSungwoo Kim2024-05-031-0/+2
* Bluetooth: hci_event: Fix sending HCI_OP_READ_ENC_KEY_SIZELuiz Augusto von Dentz2024-04-241-3/+2
* Bluetooth: hci_sync: Use advertised PHYs on hci_le_ext_create_conn_syncLuiz Augusto von Dentz2024-04-241-8/+12
* Bluetooth: hci_event: set the conn encrypted before conn establishesHui Wang2024-03-291-0/+25
* Bluetooth: Add new quirk for broken read key length on ATS2851Vinicius Peixoto2024-03-061-1/+2
* Bluetooth: hci_sync: Fix overwriting request callbackLuiz Augusto von Dentz2024-03-061-9/+9
* Bluetooth: hci_event: Remove code to removed CONFIG_BT_HSLukas Bulwahn2024-03-061-163/+0
* Bluetooth: Remove pending ACL connection attemptsJonas Dreßler2024-03-061-17/+4
* Bluetooth: hci_event: Fix not indicating new connection for BIG SyncLuiz Augusto von Dentz2024-03-061-7/+14
* Bluetooth: Remove BT_HSLuiz Augusto von Dentz2024-03-061-2/+0
* Bluetooth: hci_event: Use HCI error defines instead of magic valuesJonas Dreßler2024-03-061-4/+4
* Bluetooth: Remove superfluous call to hci_conn_check_pending()Jonas Dreßler2024-03-061-2/+0
* Bluetooth: Enforce validation on max value of connection intervalKai-Heng Feng2024-02-281-0/+4
* Bluetooth: hci_event: Fix handling of HCI_EV_IO_CAPA_REQUESTLuiz Augusto von Dentz2024-02-281-1/+4
* Bluetooth: hci_event: Fix wrongly recorded wakeup BD_ADDRZijun Hu2024-02-281-2/+2
* Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz2023-12-221-9/+2
* Bluetooth: Add more enc key size checkAlex Lu2023-12-151-1/+15
* Bluetooth: hci_event: shut up a false-positive warningArnd Bergmann2023-12-151-0/+3
* Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sentLuiz Augusto von Dentz2023-12-151-1/+2
* Bluetooth: Fix not notifying when connection encryption changesLuiz Augusto von Dentz2023-12-151-7/+1
* Bluetooth: Make handle of hci_conn be uniqueZiyang Xuan2023-10-231-23/+15
* Bluetooth: ISO: Fix bcast listener cleanupIulia Tanasescu2023-10-231-10/+0
* Bluetooth: ISO: Pass BIG encryption info through QoSIulia Tanasescu2023-10-231-14/+40
* Bluetooth: avoid memcmp() out of bounds warningArnd Bergmann2023-10-131-1/+1
* Bluetooth: hci_event: Fix coding styleLuiz Augusto von Dentz2023-10-131-2/+1
* Bluetooth: hci_event: Fix using memcmp when comparing keysLuiz Augusto von Dentz2023-10-131-5/+7
* Bluetooth: Fix a refcnt underflow problem for hci_connZiyang Xuan2023-10-111-2/+2
* Bluetooth: Reject connection with the device which has same BD_ADDRLee, Chun-Yi2023-10-111-0/+11
* Bluetooth: hci_event: Ignore NULL link keyLee, Chun-Yi2023-10-111-0/+9
* Bluetooth: ISO: Fix invalid context errorIulia Tanasescu2023-10-111-3/+12
* Bluetooth: hci_codec: Fix leaking content of local_codecsLuiz Augusto von Dentz2023-09-201-0/+1
* Bluetooth: ISO: Add support for periodic adv reports processingClaudia Draghicescu2023-08-241-0/+23
* Bluetooth: ISO: Use defer setup to separate PA sync and BIG syncIulia Tanasescu2023-08-241-4/+37
* Bluetooth: hci_event: drop only unbound CIS if Set CIG Parameters failsPauli Virtanen2023-08-111-5/+24
* Bluetooth: hci_conn: Fix modifying handle while abortingLuiz Augusto von Dentz2023-08-111-18/+11
* Bluetooth: MGMT: Fix always using HCI_MAX_AD_LENGTHLuiz Augusto von Dentz2023-08-111-5/+7
* Bluetooth: ISO: Notify user space about failed bis connectionsIulia Tanasescu2023-08-111-4/+17
* Bluetooth: hci_conn: Always allocate unique handlesLuiz Augusto von Dentz2023-08-111-3/+3
* Bluetooth: ISO: Support multiple BIGsIulia Tanasescu2023-08-111-6/+29
* Bluetooth: ISO: do not emit new LE Create CIS if previous is pendingPauli Virtanen2023-08-111-4/+21
* Bluetooth: ISO: Add support for connecting multiple BISesIulia Tanasescu2023-08-111-20/+32
* Bluetooth: hci_event: call disconnect callback before deleting connPauli Virtanen2023-07-201-0/+3
* Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen2023-07-201-6/+6
* Bluetooth: hci_event: Fix parsing of CIS Established EventLuiz Augusto von Dentz2023-06-291-15/+34
* Bluetooth: MGMT: Fix marking SCAN_RSP as not connectableLuiz Augusto von Dentz2023-06-291-10/+5