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:
wangmengyang
2017-12-25 19:39:37 +08:00
parent ff726b4c79
commit f360fe5b3e
53 changed files with 4836 additions and 1520 deletions
+5
View File
@@ -0,0 +1,5 @@
#
# "main" pseudo-component makefile.
#
# (Uses default behaviour of compiling all source files in directory, adding 'include' to include path.)