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

/system/bt/stack/l2cap/
H A Dl2c_int.h341 } tL2C_CCB; typedef in typeref:struct:t_l2c_ccb
348 tL2C_CCB *p_first_ccb; /* The first channel in this queue */
349 tL2C_CCB *p_last_ccb; /* The last channel in this queue */
366 tL2C_CCB *p_serve_ccb; /* current serving ccb within priority group */
367 tL2C_CCB *p_first_ccb; /* first ccb of priority group */
387 tL2C_CCB *p_pending_ccb; /* ccb of waiting channel during link disconnect */
423 tL2C_CCB *p_fixed_ccbs[L2CAP_NUM_FIXED_CHNLS];
469 tL2C_CCB ccb_pool[MAX_L2CAP_CHANNELS]; /* Channel Control Block pool */
472 tL2C_CCB *p_free_ccb_first; /* Pointer to first free CCB */
473 tL2C_CCB *p_free_ccb_las
[all...]

Completed in 7 milliseconds