mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
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:
commit
658ce48ca9
@ -1 +1 @@
|
||||
Subproject commit bc55a00e0d7830043718efed56af15168bb27e6b
|
||||
Subproject commit f710135ee1b9354e7b4c667cdfb4da531eb3642c
|
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user