mirror of
https://github.com/espressif/esp32c3-bt-lib.git
synced 2025-10-18 00:42:37 +08:00
2a91d90e33b3b1104daf1bff898fe5bc3f814811

- Fixed the performance issue of BLE sync scan in coexistence scenario when PLL track is enabled - Fixed connect failed due to error sync found signal - Fixed BLE disconnect failed due to terminate_ind have send but no ACK is received - Added ADV mode error check in ADV rx isr handler function - Fixed BLE RAL_UNDERRUN and TX_CRYPT_ERR assert - Disable scan continue - Fixed scan forever if scan continue is disable
ESP32-C3 and ESP32-S3 BLE Stack Libraries
This repository contains binary libraries supporting the ESP32C3 and ESP32S3 RF subsystems. It is used as a submodule within Espressif IoT Development Framework
_ (ESP-IDF).
Files in this repository are Copyright (C) 2021 Espressif Systems.
These binary libraries are provided under the same license as the parent esp-idf project - the Apache License 2.0 as provided in the file LICENSE. (The license text refers to this as "Object" form.)
.. _Espressif IoT Development Framework: https://github.com/espressif/esp-idf
Description