ESP-IDF + 0/1 examples
SourceVu will show references to esp_bt_controller_deinit() from the following samples and libraries:
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Return value

- 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.

References

from examples