Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/include/zephyr/bluetooth/classic/
Davdtp.h72 BT_AVDTP_SINK = 1 enumerator
Da2dp.h53 BT_A2DP_EP_INIT(BT_AVDTP_SINK, _codec, _capability)
/Zephyr-Core-3.7.0/subsys/bluetooth/shell/
Da2dp.c211 (ep_info->sep_info.tsep == BT_AVDTP_SINK) ? "(sink)" : "(source)", in shell_a2dp_print_capabilities()
463 BT_AVDTP_AUDIO, BT_AVDTP_SINK); in cmd_register_ep()
/Zephyr-Core-3.7.0/subsys/bluetooth/host/classic/
Da2dp.c898 if (role == BT_AVDTP_SINK) { in bt_a2dp_register_ep()