Home
last modified time | relevance | path

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

/system/bt/stack/avdt/
Davdt_defs.h143 #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)); \
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.cc457 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()
Davdt_api.cc1061 dprintf(fd, " SEP type: 0x%x\n", scb.stream_config.tsep); in stack_debug_avdtp_api_dump()
Davdt_scb_act.cc662 if (p_scb->stream_config.tsep != AVDT_TSEP_SNK) { in avdt_scb_snd_snk_delay_rpt_req()
/system/bt/stack/test/
Dstack_avdtp_test.cc79 avdtp_stream_config.tsep = AVDT_TSEP_SNK; in SetUp()
136 pscb->stream_config.tsep = AVDT_TSEP_SRC; in TEST_F()
/system/bt/stack/include/
Davdt_api.h346 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/
Dbta_av_aact.cc174 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 …]
Dbta_av_main.cc544 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()
Dbta_av_int.h404 uint8_t tsep; /* SEP type of local SEP */ member