From 5af06f49f5bd2d3512a55205610d99c3cc911ca2 Mon Sep 17 00:00:00 2001 From: Prasad Alatkar Date: Mon, 18 May 2020 17:15:30 +0530 Subject: [PATCH] NimBLE: Include upstream fixes and use macros for log level filtering (backport v4.0) 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 591721b7d..ed49fc24c 160000 --- a/components/bt/host/nimble/nimble +++ b/components/bt/host/nimble/nimble @@ -1 +1 @@ -Subproject commit 591721b7d504cdba16c6428196f39363d50dbbe8 +Subproject commit ed49fc24c85297277e7d51faa479aa643f64c0c2