Home
last modified time | relevance | path

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

/system/bt/stack/l2cap/
Dl2c_int.h607 uint16_t num_ble_links_active; /* Number of LE links active */ member
Dl2c_utils.cc87 l2cb.num_ble_links_active++; in l2cu_allocate_lcb()
204 if (l2cb.num_ble_links_active >= 1) l2cb.num_ble_links_active--; in l2cu_release_lcb()
Dl2c_ble.cc1117 if (l2cb.num_ble_links_active == 0) { in l2c_ble_link_adjust_allocation()