Searched refs:tmp_cid (Results 1 – 1 of 1) sorted by relevance
1480 uint16_t tmp_cid = L2CAP_BASE_APPL_CID; in l2cu_allocate_ccb() local1503 …for (tmp_cid = L2CAP_BASE_APPL_CID; tmp_cid < MAX_L2CAP_CHANNELS + L2CAP_BASE_APPL_CID; tmp_cid++)… in l2cu_allocate_ccb()1504 if (list_foreach(l2cb.p_ccb_pool, l2cu_find_ccb_in_list, &tmp_cid) == NULL) { in l2cu_allocate_ccb()1508 assert(tmp_cid != MAX_L2CAP_CHANNELS + L2CAP_BASE_APPL_CID); in l2cu_allocate_ccb()1509 p_ccb->local_cid = tmp_cid; in l2cu_allocate_ccb()