component/bt: implement A2DP source
1. Modified symbol names of A2DP sink APIs include: - esp_a2d_data_cb_t --> esp_a2d_sink_data_cb_t - esp_a2d_register_data_callback --> esp_a2d_sink_register_data_callback
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
#include "a2d_api.h"
|
||||
#include "a2d_int.h"
|
||||
#include "a2d_sbc.h"
|
||||
#include "bt_utils.h"
|
||||
#include "bt_defs.h"
|
||||
|
||||
#if (defined(A2D_INCLUDED) && A2D_INCLUDED == TRUE)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user