From 19a07ffb96058299cd45416cff8ff40eb1e83791 Mon Sep 17 00:00:00 2001 From: chenjianhua Date: Thu, 10 Aug 2023 22:06:24 +0800 Subject: [PATCH] update esp32 bt-lib (7b24543) - Support BLE RX error packet count record - Fixed instant setting for LLC procedures with instants - Fixed adv random delay when adv interval is less than 20ms --- components/bt/include/esp32/include/esp_bt.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/bt/include/esp32/include/esp_bt.h b/components/bt/include/esp32/include/esp_bt.h index f048ff37e6..6b7ef15752 100644 --- a/components/bt/include/esp32/include/esp_bt.h +++ b/components/bt/include/esp32/include/esp_bt.h @@ -1,5 +1,5 @@ /* - * SPDX-FileCopyrightText: 2015-2021 Espressif Systems (Shanghai) CO LTD + * SPDX-FileCopyrightText: 2015-2023 Espressif Systems (Shanghai) CO LTD * * SPDX-License-Identifier: Apache-2.0 */