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 107 p_lcb->link_state = LST_CONNECTING;
115 if ((p_lcb->link_state == LST_CONNECTING) || (p_lcb->link_state == LST_CONNECT_HOLDING))
126 p_lcb->link_state = LST_CONNECTING;
179 if (p_lcb->link_state != LST_CONNECTING)
270 p_lcb->link_state = LST_CONNECTING;
507 (p_lcb->link_state == LST_CONNECTING) ||
524 if (p_lcb->link_state == LST_CONNECTING &&
    [all...]
l2c_ble.c 285 else if (p_lcb->link_state != LST_CONNECTING)
570 p_lcb->link_state = LST_CONNECTING;
l2c_int.h 85 LST_CONNECTING,
    [all...]
l2c_utils.c     [all...]

Completed in 33 milliseconds