Home
last modified time | relevance | path

Searched refs:num_seid (Results 1 – 6 of 6) sorted by relevance

/system/bt/bta/av/
Dbta_av_ci.c71 UINT8 num_seid, UINT8 *p_seid, BOOLEAN recfg_needed, UINT8 avdt_handle) in bta_av_ci_setconfig() argument
83 p_buf->num_seid = num_seid; in bta_av_ci_setconfig()
85 if(p_seid && num_seid) in bta_av_ci_setconfig()
88 memcpy(p_buf->p_seid, p_seid, num_seid); in bta_av_ci_setconfig()
93 p_buf->num_seid = 0; in bta_av_ci_setconfig()
Dbta_av_int.h324 UINT8 num_seid; member
Dbta_av_aact.c1286 UINT8 num = p_data->ci_setconfig.num_seid + 1; in bta_av_setconfig_rsp()
/system/bt/bta/include/
Dbta_av_ci.h65 UINT8 category, UINT8 num_seid, UINT8 *p_seid,
/system/bt/stack/avdt/
Davdt_scb.c728 UINT8 avdt_scb_verify(tAVDT_CCB *p_ccb, UINT8 state, UINT8 *p_seid, UINT16 num_seid, UINT8 *p_err_c… in avdt_scb_verify() argument
743 for (i = 0, *p_err_code = 0; (i < num_seid) && (*p_err_code == 0) && (i < AVDT_NUM_SEPS); i++) in avdt_scb_verify()
767 if ((i != num_seid) && (i < AVDT_NUM_SEPS)) in avdt_scb_verify()
Davdt_int.h609 extern UINT8 avdt_scb_verify(tAVDT_CCB *p_ccb, UINT8 state, UINT8 *p_seid, UINT16 num_seid, UINT8 *…