Home
last modified time | relevance | path

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

/hal_espressif-3.6.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_utils.c1480 uint16_t tmp_cid = L2CAP_BASE_APPL_CID; in l2cu_allocate_ccb() local
1503 …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()