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

/system/bt/stack/l2cap/
H A Dl2c_int.h347 } tL2C_CCB; typedef in typeref:struct:t_l2c_ccb
353 tL2C_CCB* p_first_ccb; /* The first channel in this queue */
354 tL2C_CCB* p_last_ccb; /* The last channel in this queue */
374 tL2C_CCB* p_serve_ccb; /* current serving ccb within priority group */
375 tL2C_CCB* p_first_ccb; /* first ccb of priority group */
394 tL2C_CCB* p_pending_ccb; /* ccb of waiting channel during link disconnect */
432 tL2C_CCB* p_fixed_ccbs[L2CAP_NUM_FIXED_CHNLS];
480 tL2C_CCB ccb_pool[MAX_L2CAP_CHANNELS]; /* Channel Control Block pool */
483 tL2C_CCB* p_free_ccb_first; /* Pointer to first free CCB */
484 tL2C_CCB* p_free_ccb_las
[all...]

Completed in 21 milliseconds