- ESP_OK: Success - ESP_ERR_INVALID_STATE: Invalid Bluetooth Controller state
Notes
1. You should stop advertising and scanning, and disconnect all existing connections before de-initializing Bluetooth Controller. 2. This function should be called after `esp_bt_controller_disable` if the Controller was enabled before. 3. This function should be called only once, after any other Bluetooth functions.
Examples
esp_bt_controller_deinit() is referenced by 1 libraries and example projects: