Searched refs:num_acl (Results 1 - 4 of 4) sorted by last modified time

/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_utils.c2331 UINT16 num_acl = BTM_GetNumAclLinks(); local
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)))
/external/bluetooth/bluedroid/stack/btm/
H A Dbtm_acl.c528 btm_cb.num_acl++;
531 if (btm_cb.num_acl)
533 btm_cb.num_acl--;
534 BTM_TRACE_DEBUG ("BTM_BLI_ACL_DOWN_EVT", btm_cb.num_acl);
538 BTM_TRACE_ERROR ("BTM_BLI_ACL_DOWN_EVT issued, but num_acl already zero !!!");
571 busy_level = (UINT8)btm_cb.num_acl;
2136 return(UINT16)btm_cb.num_acl;
H A Dbtm_int.h919 UINT8 num_acl; /* num of active ACL links */ member in struct:__anon1264
H A Dbtm_pm.c1023 if (btm_cb.num_acl > 0)
1025 BTM_TRACE_DEBUG("btm_pm_device_in_active_or_sniff_mode-acl:%d", btm_cb.num_acl);

Completed in 79 milliseconds