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

/external/bluetooth/bluedroid/stack/l2cap/
H A Dl2c_utils.c51 tL2C_LCB *l2cu_allocate_lcb (BD_ADDR p_bd_addr, BOOLEAN is_bonding, tBT_TRANSPORT transport) argument
72 p_lcb->is_bonding = is_bonding;
105 void l2cu_update_lcb_4_bonding (BD_ADDR p_bd_addr, BOOLEAN is_bonding) argument
111 L2CAP_TRACE_DEBUG ("l2cu_update_lcb_4_bonding BDA: %08x%04x is_bonding: %d",
113 (p_bd_addr[4]<<8)+p_bd_addr[5], is_bonding);
114 p_lcb->is_bonding = is_bonding;
133 p_lcb->is_bonding = FALSE;
1623 p_lcb->is_bonding
[all...]
H A Dl2c_int.h400 BOOLEAN is_bonding; /* True - link active only for bonding */ member in struct:t_l2c_linkcb
587 extern tL2C_LCB *l2cu_allocate_lcb (BD_ADDR p_bd_addr, BOOLEAN is_bonding, tBT_TRANSPORT transport);
592 extern void l2cu_update_lcb_4_bonding (BD_ADDR p_bd_addr, BOOLEAN is_bonding);

Completed in 114 milliseconds