Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h498 UINT16 num_links_active; /* Number of links active */ member
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_utils.c115 l2cb.num_links_active++; in l2cu_allocate_lcb()
260 if (l2cb.num_links_active >= 1) { in l2cu_release_lcb()
261 l2cb.num_links_active--; in l2cu_release_lcb()
Dl2c_link.c740 if (l2cb.num_links_active == 0) { in l2c_link_adjust_allocation()