Home
last modified time | relevance | path

Searched refs:tsep (Results 1 – 6 of 6) sorted by relevance

/Zephyr-latest/include/zephyr/bluetooth/classic/
Davdtp.h96 enum bt_avdtp_sep_type tsep; member
Da2dp.h43 .sep = {.sep_info = {.media_type = BT_AVDTP_AUDIO, .tsep = _role}}, \
/Zephyr-latest/subsys/bluetooth/host/classic/
Davdtp_internal.h102 uint8_t tsep: 1; member
109 uint8_t tsep: 1;
Davdtp.c298 sep_data.tsep = sep->sep_info.tsep; in avdtp_discover_handler()
1273 sep->sep_info.tsep = sep_type; in bt_avdtp_register_sep()
1334 sep_info->tsep = sep_data->tsep; in bt_avdtp_parse_sep()
1544 if (!err && param->sep->sep_info.tsep == BT_AVDTP_SINK) { in bt_avdtp_start()
1567 if (sep->state != AVDTP_STREAMING || sep->sep_info.tsep != BT_AVDTP_SOURCE) { in bt_avdtp_send_media_data()
Da2dp.c545 sep_info->inuse, sep_info->media_type, sep_info->tsep); in bt_a2dp_discover_cb()
628 if ((local_ep->sep.sep_info.tsep == remote_ep->sep.sep_info.tsep) || in bt_a2dp_stream_config()
/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Da2dp.c211 (ep_info->sep_info.tsep == BT_AVDTP_SINK) ? "(sink)" : "(source)", in shell_a2dp_print_capabilities()