Home | History | Annotate | Download | only in l2cap

Lines Matching refs:tL2C_RCB

272 } tL2C_RCB;
294 tL2C_RCB *p_rcb; /* Registration CB for this Channel */
475 tL2C_RCB rcb_pool[MAX_L2CAP_CLIENTS]; /* Registration info pool */
666 extern tL2C_RCB *l2cu_allocate_rcb (UINT16 psm);
667 extern tL2C_RCB *l2cu_find_rcb_by_psm (UINT16 psm);
668 extern void l2cu_release_rcb (tL2C_RCB *p_rcb);