Skip to content

Latest commit

 

History

History
56 lines (34 loc) · 2.34 KB

bluetooth-low-energy.rst

File metadata and controls

56 lines (34 loc) · 2.34 KB

Bluetooth Low Energy

:link_to_translation:`zh_CN:[中文]`

Bluedroid

The following Bluedroid macros, types, and functions have been renamed:

Nimble

The following Nimble APIs have been removed:

  • :component_file:`bt/host/nimble/esp-hci/include/esp_nimble_hci.h`

    • Remove esp_err_t esp_nimble_hci_and_controller_init(void)

      • Controller initialization, enable and HCI initialization calls have been moved to nimble_port_init. This function can be deleted directly.
    • 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.

ESP-BLE-MESH

The following ESP-BLE-MESH macro has been renamed: