Home | History | Annotate | Download | only in l2cap

Lines Matching refs:ccb_pool

871         l2cb.ccb_pool[xx].p_next_ccb = &l2cb.ccb_pool[xx + 1];
880 l2cb.p_free_ccb_first = &l2cb.ccb_pool[0];
881 l2cb.p_free_ccb_last = &l2cb.ccb_pool[MAX_L2CAP_CHANNELS - 1];