summaryrefslogtreecommitdiff
path: root/include/net/bluetooth/hci.h
AgeCommit message (Expand)AuthorFilesLines
2026-08-07Bluetooth: hci_event: Use 255 as max event payload length in hci_ev_table[]Zijun Hu1-0/+1
2026-08-07Bluetooth: Add support for Shorter Connection Interval (SCI) featureLuiz Augusto von Dentz1-0/+53
2026-08-07Bluetooth: hci: Introduce hci_acl_handle() and hci_acl_dlen() helpersZijun Hu1-0/+10
2026-07-06Bluetooth: ISO: exclude RFU bits from ISO_SDU_LengthPauli Virtanen1-2/+3
2026-06-11Bluetooth: Add SPDX id lines to some source filesTim Bird1-4/+1
2026-06-11Bluetooth: hci_sync: Add support for HCI_LE_Set_Host_Feature [v2]Luiz Augusto von Dentz1-0/+6
2026-04-13Bluetooth: hci.h: Avoid a couple -Wflex-array-member-not-at-end warningsGustavo A. R. Silva1-4/+12
2026-01-29Bluetooth: Fix using PHYs bitfields as PHY valueLuiz Augusto von Dentz1-3/+3
2026-01-29Bluetooth: L2CAP: Add support for setting BT_PHYLuiz Augusto von Dentz1-0/+9
2026-01-29Bluetooth: hci_sync: Add LE Channel Sounding HCI Command/event structuresNaga Bhavani Akella1-0/+323
2025-12-01Bluetooth: HCI: Add support for LL Extended Feature SetLuiz Augusto von Dentz1-0/+23
2025-12-01Bluetooth: HCI: Add initial support for PASTLuiz Augusto von Dentz1-0/+54
2025-11-11Bluetooth: hci_event: Fix not handling PA Sync Lost eventLuiz Augusto von Dentz1-0/+5
2025-10-24Bluetooth: HCI: Fix tracking of advertisement set/instance 0x00Luiz Augusto von Dentz1-0/+1
2025-09-27Bluetooth: hci_core: Detect if an ISO link has stalledLuiz Augusto von Dentz1-0/+1
2025-07-23Bluetooth: Add PA_LINK to distinguish BIG sync and PA sync connectionsYang Li1-0/+1
2025-07-23Bluetooth: hci_event: Mask data status from LE ext adv reportsChris Down1-0/+1
2025-07-23Bluetooth: Fix spelling mistakesYang Li1-1/+1
2025-07-23Bluetooth: hci_event: Add support for handling LE BIG Sync Lost eventYang Li1-0/+6
2025-07-16Bluetooth: hci_dev: replace 'quirks' integer by 'quirk_flags' bitmapChristian Eggers1-0/+2
2025-05-21Bluetooth: separate CIS_LINK and BIS_LINK link typesPauli Virtanen1-1/+2
2025-05-21Bluetooth: Introduce HCI Driver protocolHsin-chen Chuang1-0/+1
2025-04-25Bluetooth: hci_conn: Fix not setting timeout for BIG Create SyncLuiz Augusto von Dentz1-1/+1
2025-04-25Bluetooth: hci_conn: Fix not setting conn_timeout for Broadcast ReceiverLuiz Augusto von Dentz1-0/+2
2025-03-25Bluetooth: HCI: Add definition of hci_rp_remote_name_req_cancelWentao Guan1-0/+5
2025-03-25Bluetooth: hci_core: Enable buffer flow control for SCO/eSCOLuiz Augusto von Dentz1-0/+13
2025-03-25Bluetooth: Add quirk for broken READ_PAGE_SCAN_TYPEPedro Nishiyama1-0/+8
2025-03-25Bluetooth: Add quirk for broken READ_VOICE_SETTINGPedro Nishiyama1-0/+8
2025-03-13Bluetooth: hci_event: Fix connection regression between LE and non-LE adaptersArkadiusz Bokowy1-1/+1
2025-01-15Bluetooth: MGMT: Mark LL Privacy as stableLuiz Augusto von Dentz1-1/+0
2024-11-14Bluetooth: HCI: Add IPC(11) bus typeLuiz Augusto von Dentz1-0/+1
2024-11-14Bluetooth: ISO: Do not emit LE BIG Create Sync if previous is pendingIulia Tanasescu1-0/+1
2024-11-14Bluetooth: ISO: Do not emit LE PA Create Sync if previous is pendingIulia Tanasescu1-1/+2
2024-11-14Bluetooth: Add new quirks for ATS2851Danil Pylaev1-0/+14
2024-09-10Bluetooth: Add a helper function to extract iso headerKiran K1-0/+5
2024-08-15Bluetooth: HCI: Invert LE State quirk to be opt-out rather then opt-inLuiz Augusto von Dentz1-7/+10
2024-06-28Bluetooth: Add quirk to ignore reserved PHY bits in LE Extended Adv ReportSven Peter1-0/+11
2024-05-14Bluetooth: HCI: Remove HCI_AMP supportLuiz Augusto von Dentz1-114/+0
2024-05-14Bluetooth: L2CAP: Fix div-by-zero in l2cap_le_flowctl_init()Sungwoo Kim1-0/+9
2024-05-14Bluetooth: hci_conn: Use __counted_by() and avoid -Wfamnae warningGustavo A. R. Silva1-1/+1
2024-05-14LE Create Connection command timeout increased to 20 secsMahesh Talewad1-1/+0
2024-05-14Bluetooth: hci_conn: Use __counted_by() to avoid -Wfamnae warningGustavo A. R. Silva1-1/+1
2024-05-14Bluetooth: hci_conn, hci_sync: Use __counted_by() to avoid -Wfamnae warningsGustavo A. R. Silva1-4/+4
2024-03-29Bluetooth: add quirk for broken address propertiesJohan Hovold1-0/+9
2024-03-06Bluetooth: Add new quirk for broken read key length on ATS2851Vinicius Peixoto1-0/+8
2024-03-06Bluetooth: ISO: Reassemble PA data for bcast sinkIulia Tanasescu1-0/+5
2024-03-06Bluetooth: hci_conn: Only do ACL connections sequentiallyJonas Dreßler1-0/+1
2024-03-06Bluetooth: Remove BT_HSLuiz Augusto von Dentz1-1/+0
2024-03-06Bluetooth: hci_event: Use HCI error defines instead of magic valuesJonas Dreßler1-0/+2
2024-03-06Bluetooth: Add new state HCI_POWERING_DOWNJonas Dreßler1-0/+1