Home | History | Annotate | Download | only in l2cap

Lines Matching refs:tL2C_RCB

273 } tL2C_RCB;
295 tL2C_RCB *p_rcb; /* Registration CB for this Channel */
477 tL2C_RCB rcb_pool[MAX_L2CAP_CLIENTS]; /* Registration info pool */
673 extern tL2C_RCB *l2cu_allocate_rcb (UINT16 psm);
674 extern tL2C_RCB *l2cu_find_rcb_by_psm (UINT16 psm);
675 extern void l2cu_release_rcb (tL2C_RCB *p_rcb);