From aa4635e52f5748f2a43b1651349af067510d6d63 Mon Sep 17 00:00:00 2001 From: Rahul Tank Date: Tue, 23 May 2023 12:09:58 +0530 Subject: [PATCH] Nimble: Removed the extra status field in the enh read transmit power level --- components/bt/host/nimble/nimble | 2 +- components/bt/porting/nimble/include/nimble/hci_common.h | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/components/bt/host/nimble/nimble b/components/bt/host/nimble/nimble index a61d0a122e..d0a96abbd6 160000 --- a/components/bt/host/nimble/nimble +++ b/components/bt/host/nimble/nimble @@ -1 +1 @@ -Subproject commit a61d0a122ec17baf22f79c619e4a7eadb72bbb0f +Subproject commit d0a96abbd6f3ba076ef5bdb5768330e8d0dcb1ed diff --git a/components/bt/porting/nimble/include/nimble/hci_common.h b/components/bt/porting/nimble/include/nimble/hci_common.h index 8872a749ab..882d86e574 100644 --- a/components/bt/porting/nimble/include/nimble/hci_common.h +++ b/components/bt/porting/nimble/include/nimble/hci_common.h @@ -159,7 +159,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;