esp_bt_sleep_disable() function
Disable Bluetooth modem sleep
Return value
- ESP_OK: Success - ESP_ERR_INVALID_STATE: Invalid Bluetooth Controller state - ESP_ERR_NOT_SUPPORTED: The modem sleep mode is not supported
Notes
1. Bluetooth Controller will not be allowed to enter modem sleep after calling this function. 2. In ORIG modem sleep mode, calling this function may not immediately wake up the Controller if it is currently dormant. In this case, `esp_bt_controller_wakeup_request()` can be used to shorten the wake-up time. 3. This function shall not be invoked before `esp_bt_controller_enable()`.