From 6934a739d7db87be275ed422e63ac2e05090c493 Mon Sep 17 00:00:00 2001 From: Tian Hao Date: Sun, 30 Sep 2018 17:26:04 +0800 Subject: [PATCH] coexist : fix coexist bugs related to coex hw blocking 1. fix some bugs by previous coex hw blocking bugfix, such like, rwble.c (64, 0) line 222 2. fix bug that ble scan performance is very low when software coexist is working. 3. update libcoexist version to v1.1.0 --- components/bt/lib | 2 +- components/esp32/lib | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/components/bt/lib b/components/bt/lib index 761b526c13..78efc19087 160000 --- a/components/bt/lib +++ b/components/bt/lib @@ -1 +1 @@ -Subproject commit 761b526c133d78e0cc191a0afcabeb167b4dc161 +Subproject commit 78efc19087a46d0b5e53c2ecdb498024971810a2 diff --git a/components/esp32/lib b/components/esp32/lib index 5b468952c7..f0da16578c 160000 --- a/components/esp32/lib +++ b/components/esp32/lib @@ -1 +1 @@ -Subproject commit 5b468952c7bad16e7fc5fd6f52c8e5b81f6662c6 +Subproject commit f0da16578cd4464490385aa3384e496fa2ca5475 -- 2.40.0