summaryrefslogtreecommitdiff
path: root/net/bluetooth/hci_event.c
AgeCommit message (Expand)AuthorFilesLines
2023-12-22Bluetooth: Fix bogus check for re-auth no supported with non-sspLuiz Augusto von Dentz1-9/+2
2023-12-15Bluetooth: Add more enc key size checkAlex Lu1-1/+15
2023-12-15Bluetooth: hci_event: shut up a false-positive warningArnd Bergmann1-0/+3
2023-12-15Bluetooth: hci_event: Fix not checking if HCI_OP_INQUIRY has been sentLuiz Augusto von Dentz1-1/+2
2023-12-15Bluetooth: Fix not notifying when connection encryption changesLuiz Augusto von Dentz1-7/+1
2023-10-23Bluetooth: Make handle of hci_conn be uniqueZiyang Xuan1-23/+15
2023-10-23Bluetooth: ISO: Fix bcast listener cleanupIulia Tanasescu1-10/+0
2023-10-23Bluetooth: ISO: Pass BIG encryption info through QoSIulia Tanasescu1-14/+40
2023-10-14Bluetooth: avoid memcmp() out of bounds warningArnd Bergmann1-1/+1
2023-10-14Bluetooth: hci_event: Fix coding styleLuiz Augusto von Dentz1-2/+1
2023-10-14Bluetooth: hci_event: Fix using memcmp when comparing keysLuiz Augusto von Dentz1-5/+7
2023-10-11Bluetooth: Fix a refcnt underflow problem for hci_connZiyang Xuan1-2/+2
2023-10-11Bluetooth: Reject connection with the device which has same BD_ADDRLee, Chun-Yi1-0/+11
2023-10-11Bluetooth: hci_event: Ignore NULL link keyLee, Chun-Yi1-0/+9
2023-10-11Bluetooth: ISO: Fix invalid context errorIulia Tanasescu1-3/+12
2023-09-20Bluetooth: hci_codec: Fix leaking content of local_codecsLuiz Augusto von Dentz1-0/+1
2023-08-24Bluetooth: ISO: Add support for periodic adv reports processingClaudia Draghicescu1-0/+23
2023-08-24Bluetooth: ISO: Use defer setup to separate PA sync and BIG syncIulia Tanasescu1-4/+37
2023-08-11Bluetooth: hci_event: drop only unbound CIS if Set CIG Parameters failsPauli Virtanen1-5/+24
2023-08-11Bluetooth: hci_conn: Fix modifying handle while abortingLuiz Augusto von Dentz1-18/+11
2023-08-11Bluetooth: MGMT: Fix always using HCI_MAX_AD_LENGTHLuiz Augusto von Dentz1-5/+7
2023-08-11Bluetooth: ISO: Notify user space about failed bis connectionsIulia Tanasescu1-4/+17
2023-08-11Bluetooth: hci_conn: Always allocate unique handlesLuiz Augusto von Dentz1-3/+3
2023-08-11Bluetooth: ISO: Support multiple BIGsIulia Tanasescu1-6/+29
2023-08-11Bluetooth: ISO: do not emit new LE Create CIS if previous is pendingPauli Virtanen1-4/+21
2023-08-11Bluetooth: ISO: Add support for connecting multiple BISesIulia Tanasescu1-20/+32
2023-07-20Bluetooth: hci_event: call disconnect callback before deleting connPauli Virtanen1-0/+3
2023-07-20Bluetooth: use RCU for hci_conn_params and iterate safely in hci_syncPauli Virtanen1-6/+6
2023-06-29Bluetooth: hci_event: Fix parsing of CIS Established EventLuiz Augusto von Dentz1-15/+34
2023-06-29Bluetooth: MGMT: Fix marking SCAN_RSP as not connectableLuiz Augusto von Dentz1-10/+5
2023-06-29Bluetooth: hci_event: fix Set CIG Parameters error status handlingPauli Virtanen1-1/+2
2023-06-06Bluetooth: ISO: use correct CIS order in Set CIG Parameters eventPauli Virtanen1-18/+26
2023-04-24Bluetooth: hci_conn: Add support for linking multiple hconLuiz Augusto von Dentz1-51/+41
2023-04-24Bluetooth: Split bt_iso_qos into dedicated structuresIulia Tanasescu1-16/+17
2023-04-24Bluetooth: Add new quirk for broken local ext features page 2Vasily Khoruzhick1-2/+7
2023-04-10Bluetooth: Set ISO Data Path on broadcast sinkClaudia Draghicescu1-1/+1
2023-04-10Bluetooth: Fix printing errors if LE Connection times outLuiz Augusto von Dentz1-10/+6
2023-01-18Bluetooth: hci_event: Fix Invalid wait contextLuiz Augusto von Dentz1-1/+4
2022-12-13Bluetooth: Wait for HCI_OP_WRITE_AUTH_PAYLOAD_TO to completeLuiz Augusto von Dentz1-6/+16
2022-12-13Bluetooth: hci_event: Ignore reserved bits in LE Extended Adv ReportSven Peter1-1/+1
2022-09-22Bluetooth: hci_event: Make sure ISO events don't affect non-ISO connectionsLuiz Augusto von Dentz1-0/+14
2022-09-19Bluetooth: use hdev->workqueue when queuing hdev->{cmd,ncmd}_timer worksTetsuo Handa1-2/+4
2022-09-06Bluetooth: Implement support for MeshBrian Gix1-23/+38
2022-09-01Bluetooth: Normalize HCI_OP_READ_ENC_KEY_SIZE cmdcmpltBrian Gix1-47/+45
2022-08-26Bluetooth: hci_event: Fix checking conn for le_conn_complete_evtArchie Pusaka1-1/+1
2022-08-26Bluetooth: hci_event: Fix vendor (unknown) opcode status handlingHans de Goede1-0/+11
2022-08-26Bluetooth: convert hci_update_adv_data to hci_syncBrian Gix1-1/+1
2022-08-09Bluetooth: hci_event: Fix build warning with C=1Luiz Augusto von Dentz1-2/+5
2022-07-23Bluetooth: Add initial implementation of BIS connectionsLuiz Augusto von Dentz1-0/+206
2022-07-23Bluetooth: Add initial implementation of CIS connectionsLuiz Augusto von Dentz1-3/+304