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

/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_utils.c1242 tL2C_CCB *p_ccb1; local
1268 p_ccb1 = p_q->p_first_ccb;
1270 while (p_ccb1 != NULL)
1273 if (p_ccb->ccb_priority < p_ccb1->ccb_priority)
1276 if (p_ccb1 == p_q->p_first_ccb)
1279 p_ccb1->p_prev_ccb->p_next_ccb = p_ccb;
1281 p_ccb->p_next_ccb = p_ccb1;
1282 p_ccb->p_prev_ccb = p_ccb1->p_prev_ccb;
1283 p_ccb1->p_prev_ccb = p_ccb;
1287 p_ccb1
[all...]

Completed in 89 milliseconds