Home
last modified time | relevance | path

Searched refs:p_ccb_temp (Results 1 – 1 of 1) sorted by relevance

/aosp12/system/bt/stack/l2cap/
H A Dl2c_utils.cc516 tL2C_CCB* p_ccb_temp; in l2cu_send_credit_based_reconfig_req() local
543 for (p_ccb_temp = p_lcb->ccb_queue.p_first_ccb; p_ccb_temp; in l2cu_send_credit_based_reconfig_req()
544 p_ccb_temp = p_ccb_temp->p_next_ccb) { in l2cu_send_credit_based_reconfig_req()
545 if ((p_ccb_temp->in_use) && (p_ccb_temp->ecoc) && in l2cu_send_credit_based_reconfig_req()
546 (p_ccb_temp->reconfig_started)) in l2cu_send_credit_based_reconfig_req()
547 UINT16_TO_STREAM(p, p_ccb_temp->local_cid); in l2cu_send_credit_based_reconfig_req()