Home
last modified time | relevance | path

Searched refs:BT_AVDTP_SINK (Results 1 – 5 of 5) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/classic/
Davdtp.h72 BT_AVDTP_SINK = 1 enumerator
Da2dp.h52 BT_A2DP_EP_INIT(BT_AVDTP_SINK, _codec, _capability)
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Da2dp.c211 (ep_info->sep_info.tsep == BT_AVDTP_SINK) ? "(sink)" : "(source)", in shell_a2dp_print_capabilities()
517 BT_AVDTP_AUDIO, BT_AVDTP_SINK); in cmd_register_ep()
/Zephyr-latest/subsys/bluetooth/host/classic/
Da2dp.c973 if (sep_type == BT_AVDTP_SINK) { in bt_a2dp_register_ep()
Davdtp.c1544 if (!err && param->sep->sep_info.tsep == BT_AVDTP_SINK) { in bt_avdtp_start()