tests: bluetooth: shell: add a2dp shell test

implement the current a2dp APIs test.
update the document.

Signed-off-by: Mark Wang <yichang.wang@nxp.com>
This commit is contained in:
Mark Wang 2024-04-11 16:41:06 +08:00 committed by Alberto Escolar
commit c56183529c
4 changed files with 804 additions and 0 deletions

View file

@ -2,6 +2,9 @@ CONFIG_TEST=y
CONFIG_BT=y
CONFIG_BT_CLASSIC=y
CONFIG_BT_RFCOMM=y
CONFIG_BT_A2DP=y
CONFIG_BT_A2DP_SOURCE=y
CONFIG_BT_A2DP_SINK=y
CONFIG_BT_SHELL=y
CONFIG_LOG=y
CONFIG_BT_CENTRAL=y