Diff between 4cd79c5a4042f0a682dd06da42f6377827293e5f and 0a13fb5602fb36a5936fedda3bbc210613895ce3

Changed Files

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

Full Patch

diff --git a/monitor/bt.h b/monitor/bt.h
index b4e07bd..2a68d4c 100644
--- a/monitor/bt.h
+++ b/monitor/bt.h
@@ -416,6 +416,12 @@ struct bt_hci_rsp_le_read_local_features {
 	uint8_t  features[8];
 } __attribute__ ((packed));
 
+#define BT_HCI_CMD_LE_READ_ADV_TX_POWER		0x2007
+struct bt_hci_rsp_le_read_adv_tx_power {
+	uint8_t  status;
+	int8_t   level;
+} __attribute__ ((packed));
+
 #define BT_HCI_CMD_LE_SET_SCAN_PARAMETERS	0x200b
 struct bt_hci_cmd_le_set_scan_parameters {
 	uint8_t  type;