Home
last modified time | relevance | path

Searched refs:MAX_L2CAP_LINKS (Results 1 – 5 of 5) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/stack/btm/
Dbtm_pm.c391 if (list_length(btm_cb.p_pm_mode_db_list) >= MAX_L2CAP_LINKS) { in btm_pm_sm_alloc()
735 p_cb->state, btm_cb.pm_pend_link_hdl, MAX_L2CAP_LINKS); in btm_pm_proc_cmd_status()
Dbtm_acl.c265 if (list_length(btm_cb.p_acl_db_list) >= MAX_L2CAP_LINKS) { in btm_acl_created()
/hal_espressif-latest/components/bt/host/bluedroid/common/include/common/
Dbt_target.h1084 #define MAX_L2CAP_LINKS 5 macro
1086 #define MAX_L2CAP_LINKS MAX_ACL_CONNECTIONS macro
/hal_espressif-latest/components/bt/host/bluedroid/stack/btu/
Dbtu_hcif.c552 UINT16 num_pkts[MAX_L2CAP_LINKS + 4]; /* 3 SCO connections */ in btu_hcif_send_host_rdy_for_data()
553 UINT16 handles[MAX_L2CAP_LINKS + 4]; in btu_hcif_send_host_rdy_for_data()
/hal_espressif-latest/components/bt/host/bluedroid/stack/l2cap/
Dl2c_utils.c76 if(p_lcb == NULL && list_length(l2cb.p_lcb_pool) < MAX_L2CAP_LINKS) { in l2cu_allocate_lcb()