diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/net/bluetooth/hci.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/include/net/bluetooth/hci.h b/include/net/bluetooth/hci.h index 4d88809da3f6..9b071f162dde 100644 --- a/include/net/bluetooth/hci.h +++ b/include/net/bluetooth/hci.h | |||
@@ -848,6 +848,15 @@ struct hci_rp_set_reserved_lt_addr { | |||
848 | __u8 lt_addr; | 848 | __u8 lt_addr; |
849 | } __packed; | 849 | } __packed; |
850 | 850 | ||
851 | #define HCI_OP_DELETE_RESERVED_LT_ADDR 0x0c75 | ||
852 | struct hci_cp_delete_reserved_lt_addr { | ||
853 | __u8 lt_addr; | ||
854 | } __packed; | ||
855 | struct hci_rp_delete_reserved_lt_addr { | ||
856 | __u8 status; | ||
857 | __u8 lt_addr; | ||
858 | } __packed; | ||
859 | |||
851 | #define HCI_OP_READ_SYNC_TRAIN_PARAMS 0x0c77 | 860 | #define HCI_OP_READ_SYNC_TRAIN_PARAMS 0x0c77 |
852 | 861 | ||
853 | #define HCI_OP_READ_LOCAL_VERSION 0x1001 | 862 | #define HCI_OP_READ_LOCAL_VERSION 0x1001 |