Home
last modified time | relevance | path

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

/system/bt/stack/avdt/
Davdt_defs.h162 #define AVDT_MSG_PRS_DISC(p, seid, in_use, type, tsep) \ argument
167 (tsep) = (*(p)++ >> 3) & 0x01; \
211 #define AVDT_MSG_BLD_DISC(p, seid, in_use, type, tsep) \ argument
214 *(p)++ = (uint8_t)(((type) << 4) | ((tsep) << 3)); \
Davdt_api.cc1123 (p_scb->stream_config.tsep == AVDT_TSEP_SRC)) || in AVDT_SendReport()
1125 (p_scb->stream_config.tsep == AVDT_TSEP_SNK)) || in AVDT_SendReport()
1261 dprintf(fd, " SEP type: 0x%x\n", scb.stream_config.tsep); in stack_debug_avdtp_api_dump()
Davdt_ccb_act.cc161 sep_info[p_data->msg.discover_rsp.num_seps].tsep = in avdt_ccb_hdl_discover_cmd()
162 p_scb->stream_config.tsep; in avdt_ccb_hdl_discover_cmd()
Davdt_msg.cc455 p_msg->discover_rsp.p_sep_info[i].tsep); in avdt_msg_bld_discover_rsp()
903 p_msg->discover_rsp.p_sep_info[i].tsep); in avdt_msg_prs_discover_rsp()
/system/bt/stack/include/
Davdt_api.h308 uint8_t tsep; /* SEP type */ member
474 tsep(0), in AvdtpStreamConfig()
486 tsep = 0; in Reset()
498 uint8_t tsep; // SEP type variable
/system/bt/bta/av/
Dbta_av_aact.cc229 if ((p_scb->seps[i].tsep == local_sep) && in bta_av_get_scb_handle()
251 if (p_scb->seps[i].av_handle == tavdt_handle) return (p_scb->seps[i].tsep); in bta_av_get_scb_sep_type()
364 (p_scb->sep_info[i].tsep == sep_requested) && in bta_av_next_getcap()
517 (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK)) { in bta_av_sink_data_cback()
728 if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SRC) { in bta_av_role_res()
730 } else if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK) { in bta_av_role_res()
1020 p_info->tsep = AVDT_TSEP_SNK; in bta_av_config_ind()
1022 p_info->tsep = AVDT_TSEP_SRC; in bta_av_config_ind()
1194 p_scb->sep_info[i].tsep = AVDT_TSEP_SNK; in bta_av_setconfig_rsp()
1279 if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SRC) { in bta_av_str_opened()
[all …]
Dbta_av_main.cc663 avdtp_stream_config.tsep = AVDT_TSEP_SRC; in bta_av_api_register()
667 avdtp_stream_config.tsep = AVDT_TSEP_SNK; in bta_av_api_register()
699 p_scb->seps[codec_index].tsep = avdtp_stream_config.tsep; in bta_av_api_register()
700 if (avdtp_stream_config.tsep == AVDT_TSEP_SNK) { in bta_av_api_register()
1506 dprintf(fd, " Local SEP type: %d\n", sep.tsep); in bta_debug_av_dump()
Dbta_av_int.h383 uint8_t tsep; /* SEP type of local SEP */ member