Searched defs:seid (Results 1 - 4 of 4) sorted by relevance

/system/bt/stack/avdt/
H A Davdt_ccb_act.c174 sep_info[p_data->msg.discover_rsp.num_seps].seid = i + 1;
225 /* look up scb for seid sent to us */
226 p_scb = avdt_scb_by_hdl(p_data->msg.single.seid);
273 UINT8 seid = avdt_scb_verify(p_ccb, AVDT_VERIFY_START, p_data->msg.multi.seid_list, local
275 if (seid == 0 && err_code == 0)
282 p_data->msg.hdr.err_param = seid;
311 /* get to where seid's are stashed in current cmd */
340 UINT8 seid; local
344 if ((seid = avdt_scb_verify(p_ccb, AVDT_VERIFY_SUSPEND, p_data->msg.multi.seid_list,
355 p_data->msg.hdr.err_param = seid;
[all...]
H A Davdt_api.c364 if ((p_evt->single.seid < AVDT_SEID_MIN) || (p_evt->single.seid > AVDT_SEID_MAX))
366 AVDT_TRACE_ERROR("seid: %d", p_evt->single.seid);
419 UINT16 AVDT_GetCapReq(BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg, tAVDT_CTRL_CBACK *p_cback) argument
423 getcap.single.seid = seid;
454 UINT16 AVDT_GetAllCapReq(BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg, tAVDT_CTRL_CBACK *p_cback) argument
458 getcap.single.seid = seid;
476 AVDT_DelayReport(UINT8 handle, UINT8 seid, UINT16 delay) argument
511 AVDT_OpenReq(UINT8 handle, BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg) argument
[all...]
/system/bt/btif/co/
H A Dbta_av_co.c118 UINT8 seid; /* peer SEP index (in peer tables) */ member in struct:__anon567
458 UINT8 *p_codec_info, UINT8 *p_sep_info_idx, UINT8 seid, UINT8 *p_num_protect,
471 APPL_TRACE_DEBUG("bta_av_audio_sink_getconfig handle:0x%x codec_type:%d seid:%d",
472 hndl, codec_type, seid);
515 p_src->seid = seid;
582 UINT8 *p_codec_info, UINT8 *p_sep_info_idx, UINT8 seid, UINT8 *p_num_protect,
606 seid, p_num_protect, p_protect_info);
609 APPL_TRACE_DEBUG("bta_av_co_audio_getconfig handle:0x%x codec_type:%d seid:%d",
610 hndl, codec_type, seid);
457 bta_av_audio_sink_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, UINT8 *p_codec_info, UINT8 *p_sep_info_idx, UINT8 seid, UINT8 *p_num_protect, UINT8 *p_protect_info) argument
581 bta_av_co_audio_getconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, UINT8 *p_codec_info, UINT8 *p_sep_info_idx, UINT8 seid, UINT8 *p_num_protect, UINT8 *p_protect_info) argument
740 bta_av_co_audio_setconfig(tBTA_AV_HNDL hndl, tBTA_AV_CODEC codec_type, UINT8 *p_codec_info, UINT8 seid, BD_ADDR addr, UINT8 num_protect, UINT8 *p_protect_info, UINT8 t_local_sep, UINT8 avdt_handle) argument
[all...]
/system/bt/stack/include/
H A Davdt_api.h246 UINT8 seid; /* Stream endpoint identifier */ member in struct:__anon934
278 UINT8 seid; /* For internal use only */ member in struct:__anon936
383 typedef UINT16 (tAVDT_GETCAP_REQ) (BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg, tAVDT_CTRL_CBACK *p_cback);
579 extern UINT16 AVDT_GetCapReq(BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg,
606 extern UINT16 AVDT_GetAllCapReq(BD_ADDR bd_addr, UINT8 seid, tAVDT_CFG *p_cfg,
620 extern UINT16 AVDT_DelayReport(UINT8 handle, UINT8 seid, UINT16 delay);
635 extern UINT16 AVDT_OpenReq(UINT8 handle, BD_ADDR bd_addr, UINT8 seid,

Completed in 104 milliseconds