Nimble: Removed the extra status field in the enh read transmit power level

This commit is contained in:
Rahul Tank 2023-05-23 12:09:58 +05:30
parent ff9b9583ab
commit aa4635e52f
2 changed files with 1 additions and 2 deletions

@ -1 +1 @@
Subproject commit a61d0a122ec17baf22f79c619e4a7eadb72bbb0f
Subproject commit d0a96abbd6f3ba076ef5bdb5768330e8d0dcb1ed

View File

@ -159,7 +159,6 @@ struct ble_hci_le_enh_read_transmit_power_level_cp {
uint8_t phy;
} __attribute__((packed));
struct ble_hci_le_enh_read_transmit_power_level_rp {
uint8_t status;
uint16_t conn_handle;
uint8_t phy;
uint8_t curr_tx_power_level;