esp_bt_sleep_enable() is only used within ESP-IDF.
 
Symbols
loading...
Files
loading...
SummarySyntaxReferences

Return value

- ESP_OK: Success - ESP_ERR_INVALID_STATE: Invalid Bluetooth Controller state - ESP_ERR_NOT_SUPPORTED: Operation or feature not supported

Notes

This function shall not be invoked before `esp_bt_controller_enable()`.

References

from examples