aboutsummaryrefslogtreecommitdiffstats
path: root/include/net/bluetooth/hci.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/net/bluetooth/hci.h')
-rw-r--r--include/net/bluetooth/hci.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h
index b989a8c3e01a..6846ec02dcb0 100644
--- a/include/net/bluetooth/hci.h
+++ b/include/net/bluetooth/hci.h
@@ -614,6 +614,14 @@ struct hci_cp_host_buffer_size {
614 614
615#define HCI_OP_WRITE_INQUIRY_MODE 0x0c45 615#define HCI_OP_WRITE_INQUIRY_MODE 0x0c45
616 616
617#define HCI_MAX_EIR_LENGTH 240
618
619#define HCI_OP_WRITE_EIR 0x0c52
620struct hci_cp_write_eir {
621 uint8_t fec;
622 uint8_t data[HCI_MAX_EIR_LENGTH];
623} __packed;
624
617#define HCI_OP_READ_SSP_MODE 0x0c55 625#define HCI_OP_READ_SSP_MODE 0x0c55
618struct hci_rp_read_ssp_mode { 626struct hci_rp_read_ssp_mode {
619 __u8 status; 627 __u8 status;