mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-02 12:14:32 +02:00
Merge branch 'bugfix/fix_pcl_enh_rsp_v5.0' into 'release/v5.0'
Nimble: Removed the extra status field in the enh read transmit power level (v5.0) See merge request espressif/esp-idf!23884
This commit is contained in:
Submodule components/bt/host/nimble/nimble updated: a61d0a122e...d0a96abbd6
@@ -159,7 +159,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;
|
||||||
|
Reference in New Issue
Block a user