Home
last modified time | relevance | path

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

/packages/modules/Bluetooth/system/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.cc164 sep_info[p_data->msg.discover_rsp.num_seps].tsep = in avdt_ccb_hdl_discover_cmd()
165 p_scb->stream_config.tsep; in avdt_ccb_hdl_discover_cmd()
Davdt_msg.cc459 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()
Davdt_api.cc1026 dprintf(fd, " SEP type: 0x%x\n", scb.stream_config.tsep); in stack_debug_avdtp_api_dump()
Davdt_scb_act.cc653 if (p_scb->stream_config.tsep != AVDT_TSEP_SNK) { in avdt_scb_snd_snk_delay_rpt_req()
/packages/modules/Bluetooth/system/stack/include/
Davdt_api.h343 uint8_t tsep; /* SEP type */ member
508 tsep(0), in AvdtpStreamConfig()
519 tsep = 0; in Reset()
530 uint8_t tsep; // SEP type variable
/packages/modules/Bluetooth/system/bta/av/
Dbta_av_aact.cc184 if ((p_scb->seps[i].tsep == local_sep) && in bta_av_get_scb_handle()
206 if (p_scb->seps[i].av_handle == tavdt_handle) return (p_scb->seps[i].tsep); in bta_av_get_scb_sep_type()
318 (p_scb->sep_info[i].tsep == sep_requested) && in bta_av_next_getcap()
471 (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK)) { in bta_av_sink_data_cback()
687 if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SRC) { in bta_av_role_res()
689 } else if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SNK) { in bta_av_role_res()
971 p_info->tsep = AVDT_TSEP_SNK; in bta_av_config_ind()
976 p_info->tsep = AVDT_TSEP_SRC; in bta_av_config_ind()
1154 p_scb->sep_info[i].tsep = AVDT_TSEP_SNK; in bta_av_setconfig_rsp()
1270 if (p_scb->seps[p_scb->sep_idx].tsep == AVDT_TSEP_SRC) { in bta_av_str_opened()
[all …]
Dbta_av_main.cc626 avdtp_stream_config.tsep = AVDT_TSEP_SRC; in bta_av_api_register()
630 avdtp_stream_config.tsep = AVDT_TSEP_SNK; in bta_av_api_register()
668 p_scb->seps[codec_index].tsep = avdtp_stream_config.tsep; in bta_av_api_register()
669 if (avdtp_stream_config.tsep == AVDT_TSEP_SNK) { in bta_av_api_register()
1561 dprintf(fd, " Local SEP type: %d\n", sep.tsep); in bta_debug_av_dump()
Dbta_av_int.h424 uint8_t tsep; /* SEP type of local SEP */ member
/packages/modules/Bluetooth/system/stack/test/
Dstack_avdtp_test.cc75 avdtp_stream_config.tsep = AVDT_TSEP_SNK; in SetUpTestCase()
97 pscb->stream_config.tsep = AVDT_TSEP_SNK; in TearDown()
140 pscb->stream_config.tsep = AVDT_TSEP_SRC; in TEST_F()