Merge branch 'bugfix/fix_pcl_enh_rsp_v5.1' into 'release/v5.1'

Nimble: Removed the extra status field in the enh read transmit power level (v5.1)

See merge request espressif/esp-idf!23883
pull/12369/head
Rahul Tank 2023-07-05 12:00:25 +08:00
commit 051965af52
1 zmienionych plików z 0 dodań i 1 usunięć

Wyświetl plik

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