From f401e9716f52aea787958f7b00b0edd648f19e16 Mon Sep 17 00:00:00 2001 From: Prasad Alatkar Date: Thu, 14 Jan 2021 15:03:43 +0530 Subject: [PATCH] NimBLE: Support APIs for whitelist remove and set packet length in controller --- components/bt/host/nimble/Kconfig.in | 1 - components/bt/host/nimble/nimble | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/components/bt/host/nimble/Kconfig.in b/components/bt/host/nimble/Kconfig.in index 8af6406ab8..78ccebefc6 100644 --- a/components/bt/host/nimble/Kconfig.in +++ b/components/bt/host/nimble/Kconfig.in @@ -433,7 +433,6 @@ config BT_NIMBLE_HOST_BASED_PRIVACY config BT_NIMBLE_EXT_ADV bool "Enable extended advertising." - default y if BT_SOC_SUPPORT_5_0 default n depends on BT_NIMBLE_ENABLED && BT_SOC_SUPPORT_5_0 help diff --git a/components/bt/host/nimble/nimble b/components/bt/host/nimble/nimble index 0563f7f094..c6f69c1261 160000 --- a/components/bt/host/nimble/nimble +++ b/components/bt/host/nimble/nimble @@ -1 +1 @@ -Subproject commit 0563f7f094d817bf0db3728e802f99a196569b27 +Subproject commit c6f69c12610fe28628e1dc13c8e1cd37e678c730