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

  /external/bluetooth/bluedroid/stack/l2cap/
l2c_link.c 108 p_lcb->link_state = LST_CONNECTING;
116 if ((p_lcb->link_state == LST_CONNECTING) || (p_lcb->link_state == LST_CONNECT_HOLDING))
127 p_lcb->link_state = LST_CONNECTING;
180 if (p_lcb->link_state != LST_CONNECTING)
271 p_lcb->link_state = LST_CONNECTING;
531 (p_lcb->link_state == LST_CONNECTING) ||
548 if (p_lcb->link_state == LST_CONNECTING &&
    [all...]
l2c_ble.c 319 else if (p_lcb->link_state != LST_CONNECTING)
713 p_lcb->link_state = LST_CONNECTING;
    [all...]
l2c_int.h 86 LST_CONNECTING,
    [all...]
l2c_utils.c     [all...]

Completed in 66 milliseconds