HomeSort by relevance Sort by last modified time
    Searched full:is_bonding (Results 1 - 3 of 3) sorted by null

  /system/bt/stack/l2cap/
l2c_link.cc 200 if (p_lcb->is_bonding) {
429 "link_role = %d is_bonding = %d disc_reason = %d transport = "
433 p_lcb->link_role, p_lcb->is_bonding, p_lcb->disc_reason,
507 "L2CAP - l2c_link_timeout() link state %d first CCB %p is_bonding:%d",
508 p_lcb->link_state, p_lcb->ccb_queue.p_first_ccb, p_lcb->is_bonding);
581 } else if (p_lcb->is_bonding) {
    [all...]
l2c_utils.cc 67 tL2C_LCB* l2cu_allocate_lcb(const RawAddress& p_bd_addr, bool is_bonding,
88 p_lcb->is_bonding = is_bonding;
120 void l2cu_update_lcb_4_bonding(const RawAddress& p_bd_addr, bool is_bonding) {
125 << " is_bonding: " << is_bonding; local
126 p_lcb->is_bonding = is_bonding;
144 p_lcb->is_bonding = false;
    [all...]
l2c_int.h 399 bool is_bonding; /* True - link active only for bonding */
588 extern tL2C_LCB* l2cu_allocate_lcb(const RawAddress& p_bd_addr, bool is_bonding,
596 bool is_bonding);
    [all...]

Completed in 102 milliseconds