Home
last modified time | relevance | path

Searched refs:is_bonding (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/l2cap/
Dl2c_utils.c51 tL2C_LCB *l2cu_allocate_lcb (BD_ADDR p_bd_addr, BOOLEAN is_bonding, tBT_TRANSPORT transport) in l2cu_allocate_lcb() argument
99 p_lcb->is_bonding = is_bonding; in l2cu_allocate_lcb()
133 void l2cu_update_lcb_4_bonding (BD_ADDR p_bd_addr, BOOLEAN is_bonding) in l2cu_update_lcb_4_bonding() argument
138 p_lcb->is_bonding = is_bonding; in l2cu_update_lcb_4_bonding()
157 p_lcb->is_bonding = FALSE; in l2cu_release_lcb()
1628 p_lcb->is_bonding = FALSE; in l2cu_start_post_bond_timer()
2366 l2cb.disallow_switch, num_acl, no_hi_prio_chs, p_lcb->is_bonding); in l2cu_create_conn_after_switch()
2370 if ( ((!l2cb.disallow_switch && (num_acl < 3)) || (p_lcb->is_bonding && (no_hi_prio_chs == 0))) in l2cu_create_conn_after_switch()
2755 if (p_lcb->is_bonding) { in l2cu_no_dynamic_ccbs()
2772 } else if ( (p_lcb->is_bonding) in l2cu_no_dynamic_ccbs()
Dl2c_link.c211 if (p_lcb->is_bonding) { in l2c_link_hci_conn_comp()
569 p_lcb->link_state, p_lcb->ccb_queue.p_first_ccb, p_lcb->is_bonding); in l2c_link_timeout()
642 } else if ((p_lcb->is_bonding) in l2c_link_timeout()
/hal_espressif-3.5.0/components/bt/host/bluedroid/stack/l2cap/include/
Dl2c_int.h397 BOOLEAN is_bonding; /* True - link active only for bonding */ member
597 extern tL2C_LCB *l2cu_allocate_lcb (BD_ADDR p_bd_addr, BOOLEAN is_bonding, tBT_TRANSPORT transport);
603 extern void l2cu_update_lcb_4_bonding (BD_ADDR p_bd_addr, BOOLEAN is_bonding);