]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - include/net/bluetooth/hci.h
Bluetooth: Set the scan response data when needed
[karo-tx-linux.git] / include / net / bluetooth / hci.h
index 8b8c3e2ddb06744236dfecdebbffc1ec61c78cf6..aca8944b3e3001138cfc23128a1b29b3b395feda 100644 (file)
@@ -1094,6 +1094,12 @@ struct hci_cp_le_set_adv_data {
        __u8    data[HCI_MAX_AD_LENGTH];
 } __packed;
 
+#define HCI_OP_LE_SET_SCAN_RSP_DATA    0x2009
+struct hci_cp_le_set_scan_rsp_data {
+       __u8    length;
+       __u8    data[HCI_MAX_AD_LENGTH];
+} __packed;
+
 #define HCI_OP_LE_SET_ADV_ENABLE       0x200a
 
 #define LE_SCAN_PASSIVE                        0x00