From ed30c4a10690a9d870b2e00fe1d892b7c8b3be9e Mon Sep 17 00:00:00 2001 From: Rahul Tank Date: Mon, 22 May 2023 09:55:43 +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 bc55a00e0d..f710135ee1 160000 --- a/components/bt/host/nimble/nimble +++ b/components/bt/host/nimble/nimble @@ -1 +1 @@ -Subproject commit bc55a00e0d7830043718efed56af15168bb27e6b +Subproject commit f710135ee1b9354e7b4c667cdfb4da531eb3642c diff --git a/components/bt/porting/nimble/include/nimble/hci_common.h b/components/bt/porting/nimble/include/nimble/hci_common.h index 6cb0aa4cf2..abbb97886b 100644 --- a/components/bt/porting/nimble/include/nimble/hci_common.h +++ b/components/bt/porting/nimble/include/nimble/hci_common.h @@ -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;