mirror of
https://github.com/espressif/esp-idf.git
synced 2024-10-05 20:47:46 -04:00
16 lines
572 B
ReStructuredText
16 lines
572 B
ReStructuredText
|
Bluetooth Classic
|
||
|
=================
|
||
|
|
||
|
:link_to_translation:`zh_CN:[中文]`
|
||
|
|
||
|
Bluedroid
|
||
|
---------
|
||
|
|
||
|
The following Bluedroid API have been removed:
|
||
|
|
||
|
- :component_file:`bt/host/bluedroid/api/include/api/esp_bt_main.h`
|
||
|
|
||
|
- Remove ``esp_err_t esp_bluedroid_init(void)``
|
||
|
|
||
|
- Bluedroid stack initialization API has been replaced by ``esp_err_t esp_bluedroid_init_with_cfg(esp_bluedroid_config_t *cfg)``. Macro ``BT_BLUEDROID_INIT_CONFIG_DEFAULT()`` provides the default configuration for the initialization. The original function can be deleted directly.
|