docs(esp_mesh): update esp_mesh_internal.h
This commit is contained in:
@@ -165,7 +165,6 @@ int coex_register_bt_cb(coex_func_cb_t callback);
|
||||
* @brief To acquire the spin-lock used in resetting Bluetooth baseband.
|
||||
* This function is only used to workaround ESP32 hardware issue.
|
||||
*
|
||||
* @param callback: callback function registered to coexistence module
|
||||
* @return : value of the spinlock to be restored
|
||||
*/
|
||||
uint32_t coex_bb_reset_lock(void);
|
||||
@@ -260,7 +259,7 @@ void * coex_schm_curr_phase_get(void);
|
||||
/**
|
||||
* @brief Set current coexistence scheme phase index.
|
||||
*
|
||||
* @param interval : Coexistence scheme phase index
|
||||
* @param idx : Coexistence scheme phase index
|
||||
* @return : 0 - success, other - failed
|
||||
*/
|
||||
int coex_schm_curr_phase_idx_set(int idx);
|
||||
|
||||
Reference in New Issue
Block a user