From 3db186d5d1127c6a492b9102ca1476293ea10152 Mon Sep 17 00:00:00 2001 From: Prasad Alatkar Date: Mon, 18 May 2020 16:57:34 +0530 Subject: [PATCH] NimBLE: Include upstream fixes and use macros for log level filtering (backport v4.1) Change list: - Reduces the size of the compiled binary, PR: https://github.com/espressif/esp-nimble/pull/6 - Null pointer check, PR: https://github.com/apache/mynewt-nimble/pull/701 - Pairing procedure abort on unexpected req: https://github.com/apache/mynewt-nimble/pull/710 - Fix conn flags after pairing: https://github.com/apache/mynewt-nimble/pull/730 - Remove notification for update process timeout (Vol 6, Part B, section 5.2 ): https://github.com/apache/mynewt-nimble/pull/782 - CCCD fix : https://github.com/apache/mynewt-nimble/pull/790 and https://github.com/apache/mynewt-nimble/pull/804 - Host based Privacy (RPA) fix: https://github.com/espressif/esp-nimble/pull/7 Closes https://github.com/espressif/esp-nimble/issues/10 Closes https://github.com/espressif/esp-idf/issues/4413 --- 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 0a1604a57..fead24e5d 160000 --- a/components/bt/host/nimble/nimble +++ b/components/bt/host/nimble/nimble @@ -1 +1 @@ -Subproject commit 0a1604a5792d64e2fc5860bfeeabf370a9680656 +Subproject commit fead24e5d5c0f4bd9b8c3d71cf72a87d75631399