Diff between 387498b65553aa207f376c6a8e9347eb1b4339e4 and 1b09b737622fb37b8304cef491a100a624af55d7

Changed Files

File Additions Deletions Status
monitor/bt.h +11 -0 modified

Full Patch

diff --git a/monitor/bt.h b/monitor/bt.h
index f6e8989..d917945 100644
--- a/monitor/bt.h
+++ b/monitor/bt.h
@@ -1433,6 +1433,17 @@ struct bt_hci_rsp_read_local_oob_ext_data {
 	uint8_t  randomizer256[16];
 } __attribute__ ((packed));
 
+#define BT_HCI_CMD_READ_EXT_PAGE_TIMEOUT	0x0c7e
+struct bt_hci_rsp_read_ext_page_timeout {
+	uint8_t  status;
+	uint16_t timeout;
+} __attribute__ ((packed));
+
+#define BT_HCI_CMD_WRITE_EXT_PAGE_TIMEOUT	0x0c7f
+struct bt_hci_cmd_write_ext_page_timeout {
+	uint16_t timeout;
+} __attribute__ ((packed));
+
 #define BT_HCI_CMD_READ_LOCAL_VERSION		0x1001
 struct bt_hci_rsp_read_local_version {
 	uint8_t  status;