mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-01 03:34:32 +02:00
doc: Update the bluetooth low energy part in migration-guides
This commit is contained in:
@@ -41,3 +41,14 @@ Nimble
|
|||||||
- Remove : esp_err_t esp_nimble_hci_and_controller_deinit(void);
|
- Remove : esp_err_t esp_nimble_hci_and_controller_deinit(void);
|
||||||
|
|
||||||
- Controller deinitialization, disable and HCI deinitialization calls have been moved to `nimble_port_deinit`. This function can be deleted directly.
|
- Controller deinitialization, disable and HCI deinitialization calls have been moved to `nimble_port_deinit`. This function can be deleted directly.
|
||||||
|
|
||||||
|
ESP-BLE-MESH
|
||||||
|
------------
|
||||||
|
|
||||||
|
The following ESP-BLE-MESH macro has been renamed:
|
||||||
|
|
||||||
|
- :component_file:`bt/esp_ble_mesh/api/esp_ble_mesh_defs.h`
|
||||||
|
|
||||||
|
- In :cpp:enum:`esp_ble_mesh_prov_cb_event_t`:
|
||||||
|
|
||||||
|
- ``ESP_BLE_MESH_PROVISIONER_DRIECT_ERASE_SETTINGS_COMP_EVT`` renamed to ``ESP_BLE_MESH_PROVISIONER_DIRECT_ERASE_SETTINGS_COMP_EVT``
|
||||||
|
Reference in New Issue
Block a user