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

/system/bt/stack/l2cap/
H A Dl2c_ble.c606 tL2C_CCB *p_ccb = NULL, *temp_p_ccb = NULL; local
741 for (temp_p_ccb = p_lcb->ccb_queue.p_first_ccb; temp_p_ccb; temp_p_ccb = temp_p_ccb->p_next_ccb)
743 if (temp_p_ccb->local_id == id)
745 p_ccb = temp_p_ccb;

Completed in 123 milliseconds