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

  /external/bluetooth/bluedroid/stack/l2cap/
l2c_utils.c 51 tL2C_LCB *l2cu_allocate_lcb (BD_ADDR p_bd_addr, BOOLEAN is_bonding, tBT_TRANSPORT transport)
72 p_lcb->is_bonding = is_bonding;
105 void l2cu_update_lcb_4_bonding (BD_ADDR p_bd_addr, BOOLEAN is_bonding)
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;
    [all...]
l2c_int.h 400 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);
    [all...]
l2c_link.c 212 if (p_lcb->is_bonding)
526 L2CAP_TRACE_EVENT ("L2CAP - l2c_link_timeout() link state %d first CCB %p is_bonding:%d",
527 p_lcb->link_state, p_lcb->ccb_queue.p_first_ccb, p_lcb->is_bonding);
612 else if ((p_lcb->is_bonding)
    [all...]

Completed in 39 milliseconds