Searched refs:tsep (Results 1 – 10 of 10) sorted by relevance
/system/bt/stack/avdt/ |
D | avdt_defs.h | 143 #define AVDT_MSG_PRS_DISC(p, seid, in_use, type, tsep) \ argument 148 (tsep) = (*(p)++ >> 3) & 0x01; \ 192 #define AVDT_MSG_BLD_DISC(p, seid, in_use, type, tsep) \ argument 195 *(p)++ = (uint8_t)(((type) << 4) | ((tsep) << 3)); \
|
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 | 457 p_msg->discover_rsp.p_sep_info[i].tsep); in avdt_msg_bld_discover_rsp() 905 p_msg->discover_rsp.p_sep_info[i].tsep); in avdt_msg_prs_discover_rsp()
|
D | avdt_api.cc | 1061 dprintf(fd, " SEP type: 0x%x\n", scb.stream_config.tsep); in stack_debug_avdtp_api_dump()
|
D | avdt_scb_act.cc | 662 if (p_scb->stream_config.tsep != AVDT_TSEP_SNK) { in avdt_scb_snd_snk_delay_rpt_req()
|
/system/bt/stack/test/ |
D | stack_avdtp_test.cc | 79 avdtp_stream_config.tsep = AVDT_TSEP_SNK; in SetUp() 136 pscb->stream_config.tsep = AVDT_TSEP_SRC; in TEST_F()
|
/system/bt/stack/include/ |
D | avdt_api.h | 346 uint8_t tsep; /* SEP type */ member 511 tsep(0), in AvdtpStreamConfig() 522 tsep = 0; in Reset() 533 uint8_t tsep; // SEP type variable
|
/system/bt/bta/av/ |
D | bta_av_aact.cc | 174 if ((p_scb->seps[i].tsep == local_sep) && in bta_av_get_scb_handle() 196 if (p_scb->seps[i].av_handle == tavdt_handle) return (p_scb->seps[i].tsep); in bta_av_get_scb_sep_type() 308 (p_scb->sep_info[i].tsep == sep_requested) && in bta_av_next_getcap() 461 (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK)) { in bta_av_sink_data_cback() 672 if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SRC) { in bta_av_role_res() 674 } else if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK) { in bta_av_role_res() 957 p_info->tsep = AVDT_TSEP_SNK; in bta_av_config_ind() 959 p_info->tsep = AVDT_TSEP_SRC; in bta_av_config_ind() 1132 p_scb->sep_info[i].tsep = AVDT_TSEP_SNK; in bta_av_setconfig_rsp() 1225 if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SRC) { in bta_av_str_opened() [all …]
|
D | bta_av_main.cc | 544 avdtp_stream_config.tsep = AVDT_TSEP_SRC; in bta_av_api_register() 548 avdtp_stream_config.tsep = AVDT_TSEP_SNK; in bta_av_api_register() 580 p_scb->seps[codec_index].tsep = avdtp_stream_config.tsep; in bta_av_api_register() 581 if (avdtp_stream_config.tsep == AVDT_TSEP_SNK) { in bta_av_api_register() 1439 dprintf(fd, " Local SEP type: %d\n", sep.tsep); in bta_debug_av_dump()
|
D | bta_av_int.h | 404 uint8_t tsep; /* SEP type of local SEP */ member
|