Searched defs:tL2C_RCB (Results 1 - 1 of 1) sorted by relevance

/system/bt/stack/l2cap/
H A Dl2c_int.h245 } tL2C_RCB; typedef in typeref:struct:__anon1219
267 tL2C_RCB *p_rcb; /* Registration CB for this Channel */
445 tL2C_RCB rcb_pool[MAX_L2CAP_CLIENTS]; /* Registration info pool */
644 extern tL2C_RCB *l2cu_allocate_rcb (UINT16 psm);
645 extern tL2C_RCB *l2cu_find_rcb_by_psm (UINT16 psm);
646 extern void l2cu_release_rcb (tL2C_RCB *p_rcb);

Completed in 6 milliseconds