From 80ad3c13377ca2931b705b9acf536b78383956a4 Mon Sep 17 00:00:00 2001 From: Prasad Alatkar Date: Mon, 5 Oct 2020 16:42:41 +0530 Subject: [PATCH] NimBLE: Fix misc coverity issues in NimBLE host - NimBLE NVS : Additional check to account for NVS operation failure - NimBLE host: Fix minor bug in ble_eddystone_set_adv_data_gen - NimBLE host: remove recursive call, upstream PR: https://github.com/apache/mynewt-nimble/pull/857 --- 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 460b1a32c0..6cf591f60e 160000 --- a/components/bt/host/nimble/nimble +++ b/components/bt/host/nimble/nimble @@ -1 +1 @@ -Subproject commit 460b1a32c0d753141b86e3989d09ae6ef0b5a830 +Subproject commit 6cf591f60e7a476e4a154e3d3d25888afc89cda2