Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/classic/
Davdtp.h70 BT_AVDTP_SOURCE = 0, enumerator
Da2dp.h59 BT_A2DP_EP_INIT(BT_AVDTP_SOURCE, _codec, _capability)
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Da2dp.c528 BT_AVDTP_AUDIO, BT_AVDTP_SOURCE); in cmd_register_ep()
/Zephyr-latest/subsys/bluetooth/host/classic/
Davdtp.c1567 if (sep->state != AVDTP_STREAMING || sep->sep_info.tsep != BT_AVDTP_SOURCE) { in bt_avdtp_send_media_data()