Home
last modified time | relevance | path

Searched refs:lidx (Results 1 – 2 of 2) sorted by relevance

/system/bt/bta/av/
Dbta_av_act.c130 p_rcb->lidx = 0; in bta_av_del_rc()
137 p_rcb->handle, p_rcb->status, bta_av_cb.rc_acp_handle, p_rcb->lidx); in bta_av_del_rc()
302 UINT8 bta_av_rc_create(tBTA_AV_CB *p_cb, UINT8 role, UINT8 shdl, UINT8 lidx) in bta_av_rc_create() argument
348 p_rcb->lidx = lidx; in bta_av_rc_create()
350 if(lidx == (BTA_AV_NUM_LINKS + 1)) in bta_av_rc_create()
358 i, role, shdl, p_rcb->handle, lidx, p_rcb->status); in bta_av_rc_create()
522 if (p_cb->rcb[i].lidx == (BTA_AV_NUM_LINKS + 1) && shdl != 0) in bta_av_rc_opened()
530 tmp = p_rcb->lidx; in bta_av_rc_opened()
531 p_rcb->lidx = p_cb->rcb[i].lidx; in bta_av_rc_opened()
532 p_cb->rcb[i].lidx = tmp; in bta_av_rc_opened()
[all …]
Dbta_av_int.h533 UINT8 lidx; /* (index+1) to LCB */ member
549 UINT8 lidx; /* index + 1 */ member
628 extern UINT8 bta_av_rc_create(tBTA_AV_CB *p_cb, UINT8 role, UINT8 shdl, UINT8 lidx);