Home | History | Annotate | Download | only in l2cap

Lines Matching refs:num_acl

2331     UINT16           num_acl = BTM_GetNumAclLinks();
2337 L2CAP_TRACE_DEBUG ("l2cu_create_conn_after_switch :%d num_acl:%d no_hi: %d is_bonding:%d",
2338 l2cb.disallow_switch, num_acl, no_hi_prio_chs, p_lcb->is_bonding);
2342 if ( ((!l2cb.disallow_switch && (num_acl < 3)) || (p_lcb->is_bonding && (no_hi_prio_chs==0)))