Searched refs:seid (Results 1 - 10 of 10) sorted by relevance

/system/bt/stack/avdt/
H A Davdt_defs.h162 #define AVDT_MSG_PRS_DISC(p, seid, in_use, type, tsep) \
164 (seid) = *(p) >> 2; \
175 #define AVDT_MSG_PRS_SEID(p, seid) \
177 (seid) = ((*(p)++) >> 2) & 0x3F; \
211 #define AVDT_MSG_BLD_DISC(p, seid, in_use, type, tsep) \
213 *(p)++ = (uint8_t)(((seid) << 2) | ((in_use) << 1)); \
222 #define AVDT_MSG_BLD_SEID(p, seid) \
224 *(p)++ = (uint8_t)((seid) << 2); \
H A Davdt_api.cc311 if ((p_evt->single.seid < AVDT_SEID_MIN) ||
312 (p_evt->single.seid > AVDT_SEID_MAX)) {
313 AVDT_TRACE_ERROR("seid: %d", p_evt->single.seid);
369 uint8_t seid, AvdtpSepConfig* p_cfg,
376 getcap.single.seid = seid;
402 uint16_t AVDT_DelayReport(uint8_t handle, uint8_t seid, uint16_t delay) { argument
407 AVDT_TRACE_DEBUG("%s: handle=%d ceid=%d delay=%d", __func__, handle, seid,
417 evt.apidelay.hdr.seid
368 AVDT_GetCapReq(const RawAddress& bd_addr, uint8_t channel_index, uint8_t seid, AvdtpSepConfig* p_cfg, tAVDT_CTRL_CBACK* p_cback, bool get_all_cap) argument
441 AVDT_OpenReq(uint8_t handle, const RawAddress& bd_addr, uint8_t channel_index, uint8_t seid, AvdtpSepConfig* p_cfg) argument
[all...]
H A Davdt_msg.cc347 AVDT_MSG_BLD_SEID(*p, p_msg->single.seid);
362 AVDT_MSG_BLD_SEID(*p, p_msg->config_cmd.hdr.seid);
379 AVDT_MSG_BLD_SEID(*p, p_msg->reconfig_cmd.hdr.seid);
416 AVDT_MSG_BLD_SEID(*p, p_msg->security_cmd.hdr.seid);
432 AVDT_MSG_BLD_SEID(*p, p_msg->delay_rpt_cmd.hdr.seid);
452 AVDT_MSG_BLD_DISC(*p, p_msg->discover_rsp.p_sep_info[i].seid,
692 AVDT_MSG_PRS_SEID(p, p_msg->single.seid);
694 if (avdt_scb_by_hdl(p_msg->single.seid) == NULL) {
723 AVDT_MSG_PRS_SEID(p, p_msg->config_cmd.hdr.seid);
724 if (avdt_scb_by_hdl(p_msg->config_cmd.hdr.seid)
[all...]
H A Davdt_ccb_act.cc158 sep_info[p_data->msg.discover_rsp.num_seps].seid = p_scb->ScbHandle();
210 /* look up scb for seid sent to us */
211 p_scb = avdt_scb_by_hdl(p_data->msg.single.seid);
257 uint8_t seid = local
260 if (seid == 0 && err_code == 0) {
266 p_data->msg.hdr.err_param = seid;
294 /* get to where seid's are stashed in current cmd */
321 uint8_t seid; local
325 if ((seid = avdt_scb_verify(p_ccb, AVDT_VERIFY_SUSPEND,
334 p_data->msg.hdr.err_param = seid;
[all...]
H A Davdt_scb_act.cc601 single.seid = p_scb->peer_seid;
955 hdr.seid = p_scb->peer_seid;
993 hdr.seid = p_scb->peer_seid;
1040 hdr.seid = p_scb->peer_seid;
1072 hdr.seid = p_scb->peer_seid;
1114 AVDT_TRACE_DEBUG("%s: p_scb->peer_seid=%d p_data->msg.hdr.seid=%d", __func__,
1115 p_scb->peer_seid, p_data->msg.hdr.seid);
1121 p_data->msg.hdr.seid = p_scb->peer_seid;
1167 p_data->msg.hdr.seid = p_scb->peer_seid;
1239 p_scb->peer_seid = p_data->msg.config_cmd.hdr.seid;
[all...]
/system/bt/bta/include/
H A Dbta_av_co.h82 uint8_t* p_sep_info_idx, uint8_t seid,
100 const uint8_t* p_codec_info, uint8_t seid,
/system/bt/stack/include/
H A Davdt_api.h303 uint8_t seid; /* Stream endpoint identifier */ member in struct:__anon1028
354 uint8_t seid; /* For internal use only */ member in struct:__anon1029
641 uint8_t seid, AvdtpSepConfig* p_cfg,
655 extern uint16_t AVDT_DelayReport(uint8_t handle, uint8_t seid, uint16_t delay);
672 uint8_t channel_index, uint8_t seid,
/system/bt/btif/co/
H A Dbta_av_co.cc59 : sep_info_idx(0), seid(0), codec_caps{}, num_protect(0), protect_info{} {
68 seid = 0;
75 uint8_t seid; // Peer SEP index (in peer tables) member in class:BtaAvCoSep
231 * @param seid the peer SEP index in peer tables
244 uint8_t* p_sep_info_idx, uint8_t seid,
259 * @param seid the peer SEP index in peer tables
272 uint8_t* p_sep_info_idx, uint8_t seid,
283 * @param seid stream endpoint ID of stream initiating the operation
292 const uint8_t* p_codec_info, uint8_t seid,
889 uint8_t* p_codec_info, uint8_t* p_sep_info_idx, uint8_t seid,
887 ProcessSourceGetConfig( tBTA_AV_HNDL bta_av_handle, const RawAddress& peer_address, uint8_t* p_codec_info, uint8_t* p_sep_info_idx, uint8_t seid, uint8_t* p_num_protect, uint8_t* p_protect_info) argument
995 ProcessSinkGetConfig(tBTA_AV_HNDL bta_av_handle, const RawAddress& peer_address, uint8_t* p_codec_info, uint8_t* p_sep_info_idx, uint8_t seid, uint8_t* p_num_protect, uint8_t* p_protect_info) argument
1109 ProcessSetConfig(tBTA_AV_HNDL bta_av_handle, UNUSED_ATTR const RawAddress& peer_address, const uint8_t* p_codec_info, UNUSED_ATTR uint8_t seid, uint8_t num_protect, const uint8_t* p_protect_info, uint8_t t_local_sep, uint8_t avdt_handle) argument
2045 bta_av_co_audio_getconfig(tBTA_AV_HNDL bta_av_handle, const RawAddress& peer_address, uint8_t* p_codec_info, uint8_t* p_sep_info_idx, uint8_t seid, uint8_t* p_num_protect, uint8_t* p_protect_info) argument
2074 bta_av_co_audio_setconfig(tBTA_AV_HNDL bta_av_handle, const RawAddress& peer_address, const uint8_t* p_codec_info, uint8_t seid, uint8_t num_protect, const uint8_t* p_protect_info, uint8_t t_local_sep, uint8_t avdt_handle) argument
[all...]
/system/bt/bta/av/
H A Dbta_av_int.h167 uint8_t* p_sep_info_idx, uint8_t seid,
172 const uint8_t* p_codec_info, uint8_t seid,
H A Dbta_av_aact.cc372 AVDT_GetCapReq(p_scb->PeerAddress(), p_scb->hdi, p_scb->sep_info[i].seid,
1006 p_info->seid = p_data->str_msg.msg.config_ind.int_seid;
1024 p_info->seid, p_scb->use_rc, p_scb->cur_psc_mask);
1029 p_evt_cfg->codec_info, p_info->seid,
1034 p_evt_cfg->codec_info, p_info->seid,
1181 p_scb->sep_info[i].seid = p_seid[i - 1];
1557 &p_scb->sep_info_idx, p_info->seid, &cfg.num_protect,
1714 &p_scb->sep_info_idx, p_info->seid,
1761 p_scb->hdi, p_scb->sep_info[p_scb->sep_info_idx].seid, &cfg);
2880 p_scb->sep_info[p_scb->sep_info_idx].seid,
[all...]

Completed in 145 milliseconds