From a367c5da00efdb79c3268de8bb40fd2a9107e67c Mon Sep 17 00:00:00 2001 From: Rahul Tank Date: Wed, 31 Jul 2024 17:28:07 +0530 Subject: [PATCH] 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 7fdf8ac0d1..04f8da28bc 160000 --- a/components/bt/host/nimble/nimble +++ b/components/bt/host/nimble/nimble @@ -1 +1 @@ -Subproject commit 7fdf8ac0d19bbd20e44576f9aea0c3db99a3db8c +Subproject commit 04f8da28bc2c26b7e348d844efbcb8d55db52505 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 3ec76d0ea7..5671d9dda8 100644 --- a/components/bt/host/nimble/port/include/esp_nimble_cfg.h +++ b/components/bt/host/nimble/port/include/esp_nimble_cfg.h @@ -234,7 +234,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