component/bt: modify a2dp APIs to post event to BTC task

This commit is contained in:
wangmengyang
2017-03-07 21:15:54 +08:00
parent cfb18ba537
commit af13acdc29
5 changed files with 186 additions and 73 deletions

View File

@@ -186,8 +186,12 @@ esp_err_t esp_a2d_sink_init(void);
*
* @brief This function is called to deinit and free the resources for A2DP sink module
*
* @return
* - ESP_OK: success
* - ESP_FAIL: others
*
*/
void esp_a2d_sink_deinit(void);
esp_err_t esp_a2d_sink_deinit(void);
/**