Diff between d1501ecf2846e62df0659a2fab38c0d07eb576d8 and b147291649af5595279d50dab1c33fca13f7c6dc
Changed Files
| File | Additions | Deletions | Status |
| monitor/bt.h | +5 | -0 | modified |
Full Patch
diff --git a/monitor/bt.h b/monitor/bt.h
index 298d29c..865f032 100644
--- a/monitor/bt.h
+++ b/monitor/bt.h
@@ -757,6 +757,11 @@ struct bt_hci_rsp_read_inquiry_resp_tx_power {
int8_t level;
} __attribute__ ((packed));
+#define BT_HCI_CMD_WRITE_INQUIRY_TX_POWER 0x0c59
+struct bt_hci_cmd_write_inquiry_tx_power {
+ int8_t level;
+} __attribute__ ((packed));
+
#define BT_HCI_CMD_ENHANCED_FLUSH 0x0c5f
struct bt_hci_cmd_enhanced_flush {
uint16_t handle;