HomeSort by relevance Sort by last modified time
    Searched defs:seid (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/avdt/
avdt_ccb_act.c 174 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...]
  /system/bt/btif/co/
bta_av_co.c 118 UINT8 seid; /* peer SEP index (in peer tables) */ member in struct:__anon73688
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);
    [all...]
  /system/bt/stack/include/
avdt_api.h 136 #define AVDT_ERR_SEID 0x12 /* Invalid SEID */
246 UINT8 seid; /* Stream endpoint identifier */ member in struct:__anon74055
278 UINT8 seid; /* For internal use only */ member in struct:__anon74057
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,
614 ** that is associated with a particular SEID.
620 extern UINT16 AVDT_DelayReport(UINT8 handle, UINT8 seid, UINT16 delay);
635 extern UINT16 AVDT_OpenReq(UINT8 handle, BD_ADDR bd_addr, UINT8 seid,
    [all...]

Completed in 119 milliseconds