From fe5355697a986e3d0b18cf22142523059c132813 Mon Sep 17 00:00:00 2001 From: Rahul Tank Date: Wed, 31 Jul 2024 17:28:07 +0530 Subject: [PATCH 1/2] fix(nimble): Modify Advertising Tx power levels --- components/bt/host/nimble/nimble | 2 +- components/bt/host/nimble/port/include/esp_nimble_cfg.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/bt/host/nimble/nimble b/components/bt/host/nimble/nimble index c8f12ce6f1..4328a6f8d5 160000 --- a/components/bt/host/nimble/nimble +++ b/components/bt/host/nimble/nimble @@ -1 +1 @@ -Subproject commit c8f12ce6f1ef0e8cf4c143efaa3bb96e2ec31dca +Subproject commit 4328a6f8d51f8c67fe36f200a89c8eadb47caf81 diff --git a/components/bt/host/nimble/port/include/esp_nimble_cfg.h b/components/bt/host/nimble/port/include/esp_nimble_cfg.h index f4ddae5452..ffe774de38 100644 --- a/components/bt/host/nimble/port/include/esp_nimble_cfg.h +++ b/components/bt/host/nimble/port/include/esp_nimble_cfg.h @@ -196,7 +196,7 @@ #endif #ifndef MYNEWT_VAL_BLE_VERSION -#define MYNEWT_VAL_BLE_VERSION (50) +#define MYNEWT_VAL_BLE_VERSION (54) #endif #ifndef MYNEWT_VAL_BLE_LL_ADD_STRICT_SCHED_PERIODS From 46d33080c39b6e5f852a3eb148c5b730b39273b7 Mon Sep 17 00:00:00 2001 From: Rahul Tank Date: Tue, 6 Aug 2024 13:39:13 +0530 Subject: [PATCH 2/2] fix(nimble): Remove ESP IP dependancy on enc_adv_data example --- components/bt/host/nimble/nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/host/nimble/nimble b/components/bt/host/nimble/nimble index 4328a6f8d5..be490ecbb4 160000 --- a/components/bt/host/nimble/nimble +++ b/components/bt/host/nimble/nimble @@ -1 +1 @@ -Subproject commit 4328a6f8d51f8c67fe36f200a89c8eadb47caf81 +Subproject commit be490ecbb476027c9a7a3314f12c7b046a0bf4a3