aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2021-12-01 10:54:53 -0800
committerMarcel Holtmann <marcel@holtmann.org>2021-12-07 17:05:49 +0100
commitae61a10d9d46c4a0844c46d0863bf991c4dda66c (patch)
tree181e82308749fbc633ae43e8a68e2a4ea6401ed4 /include/net/bluetooth
parentskbuff: introduce skb_pull_data (diff)
downloadlinux-dev-ae61a10d9d46c4a0844c46d0863bf991c4dda66c.tar.xz
linux-dev-ae61a10d9d46c4a0844c46d0863bf991c4dda66c.zip
Bluetooth: HCI: Use skb_pull_data to parse BR/EDR events
This uses skb_pull_data to check the BR/EDR events received have the minimum required length. Signed-off-by: Luiz Augusto von Dentz <luiz.von.dentz@intel.com> Signed-off-by: Marcel Holtmann <marcel@holtmann.org>
Diffstat (limited to 'include/net/bluetooth')
-rw-r--r--include/net/bluetooth/hci.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index 0d2a9216869b..ba89b078ceb5 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -2012,6 +2012,10 @@ struct hci_cp_le_reject_cis {
} __packed;
/* ---- HCI Events ---- */
+struct hci_ev_status {
+ __u8 status;
+} __packed;
+
#define HCI_EV_INQUIRY_COMPLETE 0x01
#define HCI_EV_INQUIRY_RESULT 0x02