Merge branch 'bugfix/fix_pcl_enh_rsp' into 'master'

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

Closes BLEQABR23-196

See merge request espressif/esp-idf!23864
This commit is contained in:
Rahul Tank
2023-05-23 14:21:26 +08:00
2 changed files with 1 additions and 2 deletions

View File

@@ -1075,7 +1075,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;