From 2ef489005bcd3586928f262e55f95de25ba30cce Mon Sep 17 00:00:00 2001 From: Prasad Alatkar Date: Thu, 23 Apr 2020 12:12:54 +0530 Subject: [PATCH] NimBLE: Include upstream fixes and use macros for log level filtering 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