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

/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_utils.c2223 UINT16 num_acl = BTM_GetNumAclLinks(); local
2229 L2CAP_TRACE_DEBUG4 ("l2cu_create_conn_after_switch :%d num_acl:%d no_hi: %d is_bonding:%d",
2230 l2cb.disallow_switch, num_acl, no_hi_prio_chs, p_lcb->is_bonding);
2234 if ( ((!l2cb.disallow_switch && (num_acl < 3)) || (p_lcb->is_bonding && (no_hi_prio_chs==0)))
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_int.h893 UINT8 num_acl; /* num of active ACL links */ member in struct:__anon1140

Completed in 140 milliseconds