Searched refs:tsep (Results 1 – 8 of 8) sorted by relevance
/system/bt/stack/avdt/ |
D | avdt_defs.h | 162 #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)); \
|
D | avdt_api.cc | 1123 (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()
|
D | avdt_ccb_act.cc | 161 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()
|
D | avdt_msg.cc | 455 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/ |
D | avdt_api.h | 308 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/ |
D | bta_av_aact.cc | 229 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 …]
|
D | bta_av_main.cc | 663 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()
|
D | bta_av_int.h | 383 uint8_t tsep; /* SEP type of local SEP */ member
|