Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_acl.c1383 uint16_t num_acl = 0; in BTM_GetNumAclLinks() local
1385 num_acl = list_length(btm_cb.p_acl_db_list); in BTM_GetNumAclLinks()
1386 return num_acl; in BTM_GetNumAclLinks()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_utils.c2377 UINT16 num_acl = BTM_GetNumAclLinks(); in l2cu_create_conn_after_switch() local
2384 l2cb.disallow_switch, num_acl, no_hi_prio_chs, p_lcb->is_bonding); in l2cu_create_conn_after_switch()
2388 if ( ((!l2cb.disallow_switch && (num_acl < 3)) || (p_lcb->is_bonding && (no_hi_prio_chs == 0))) in l2cu_create_conn_after_switch()