Searched refs:is_bonding (Results 1 - 3 of 3) sorted by last modified time

/system/bt/stack/l2cap/
H A Dl2c_int.h403 bool is_bonding; /* True - link active only for bonding */ member in struct:t_l2c_linkcb
593 extern tL2C_LCB* l2cu_allocate_lcb(const RawAddress& p_bd_addr, bool is_bonding,
601 bool is_bonding);
H A Dl2c_link.cc200 if (p_lcb->is_bonding) {
428 "link_role = %d is_bonding = %d disc_reason = %d transport = "
432 p_lcb->link_role, p_lcb->is_bonding, p_lcb->disc_reason,
506 "L2CAP - l2c_link_timeout() link state %d first CCB %p is_bonding:%d",
507 p_lcb->link_state, p_lcb->ccb_queue.p_first_ccb, p_lcb->is_bonding);
580 } else if (p_lcb->is_bonding) {
H A Dl2c_utils.cc67 tL2C_LCB* l2cu_allocate_lcb(const RawAddress& p_bd_addr, bool is_bonding, argument
88 p_lcb->is_bonding = is_bonding;
124 void l2cu_update_lcb_4_bonding(const RawAddress& p_bd_addr, bool is_bonding) { argument
129 << " is_bonding: " << is_bonding; local
130 p_lcb->is_bonding = is_bonding;
148 p_lcb->is_bonding = false;
1540 p_lcb->is_bonding
[all...]

Completed in 51 milliseconds