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

/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_int.h345 } tL2C_CCB; typedef in typeref:struct:t_l2c_ccb
352 tL2C_CCB *p_first_ccb; /* The first channel in this queue */
353 tL2C_CCB *p_last_ccb; /* The last channel in this queue */
370 tL2C_CCB *p_serve_ccb; /* current serving ccb within priority group */
371 tL2C_CCB *p_first_ccb; /* first ccb of priority group */
391 tL2C_CCB *p_pending_ccb; /* ccb of waiting channel during link disconnect */
432 tL2C_CCB *p_fixed_ccbs[L2CAP_NUM_FIXED_CHNLS];
476 tL2C_CCB ccb_pool[MAX_L2CAP_CHANNELS]; /* Channel Control Block pool */
479 tL2C_CCB *p_free_ccb_first; /* Pointer to first free CCB */
480 tL2C_CCB *p_free_ccb_las
[all...]

Completed in 181 milliseconds