Skip to content

Commit

Permalink
Merge branch 'bugfix/fix_pcl_enh_rsp_v5.1' into 'release/v5.1'
Browse files Browse the repository at this point in the history
Nimble: Removed the extra status field in the enh read transmit power level (v5.1)

See merge request espressif/esp-idf!23883
  • Loading branch information
rahult-github committed Jul 5, 2023
2 parents 4b761af + 1ed419e commit 051965a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion components/bt/porting/nimble/include/nimble/hci_common.h
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 051965a

Please sign in to comment.