Searched refs:num_acl (Results 1 - 2 of 2) sorted by relevance

/system/bt/stack/btm/
H A Dbtm_acl.cc1300 uint16_t num_acl = 0; local
1303 if (btm_cb.acl_db[i].in_use) ++num_acl;
1306 return num_acl;
/system/bt/stack/l2cap/
H A Dl2c_utils.cc2229 uint16_t num_acl = BTM_GetNumAclLinks(); local
2236 "l2cu_create_conn_after_switch :%d num_acl:%d no_hi: %d is_bonding:%d",
2237 l2cb.disallow_switch, num_acl, no_hi_prio_chs, p_lcb->is_bonding);
2241 if (((!l2cb.disallow_switch && (num_acl < 3)) ||

Completed in 70 milliseconds