Diff between a0fc007256112d95342b7b52f9797be4310b5821 and 19bf426290835fa5ef5fd37a2fe03b0f88f4d430
Changed Files
| File | Additions | Deletions | Status |
| monitor/bt.h | +2 | -2 | modified |
Full Patch
diff --git a/monitor/bt.h b/monitor/bt.h
index ec62864..1fbb40e 100644
--- a/monitor/bt.h
+++ b/monitor/bt.h
@@ -2359,8 +2359,8 @@ struct bt_hci_rsp_le_read_dev_periodic_adv_list_size {
#define BT_HCI_CMD_LE_READ_TX_POWER 0x204b
struct bt_hci_rsp_le_read_tx_power {
uint8_t status;
- uint8_t min_tx_power;
- uint8_t max_tx_power;
+ int8_t min_tx_power;
+ int8_t max_tx_power;
} __attribute__ ((packed));
#define BT_HCI_CMD_LE_READ_RF_PATH_COMPENSATION 0x204c