Searched refs:p_free_ccb_last (Results 1 - 3 of 3) sorted by relevance

/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_utils.c1387 if (p_ccb == l2cb.p_free_ccb_last)
1388 l2cb.p_free_ccb_last = p_prev;
1605 l2cb.p_free_ccb_last = p_ccb;
1612 p_ccb->p_prev_ccb = l2cb.p_free_ccb_last;
1613 l2cb.p_free_ccb_last->p_next_ccb = p_ccb;
1614 l2cb.p_free_ccb_last = p_ccb;
H A Dl2c_int.h478 tL2C_CCB *p_free_ccb_last; /* Pointer to last free CCB */ member in struct:__anon1525
H A Dl2c_main.c850 l2cb.p_free_ccb_last = &l2cb.ccb_pool[MAX_L2CAP_CHANNELS - 1];

Completed in 108 milliseconds