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

  /system/nfc/src/nfa/ee/
nfa_ee_act.cc 846 if (p_cb->conn_st == NFA_EE_CONN_ST_CONN) {
847 p_cb->conn_st = NFA_EE_CONN_ST_DISC;
    [all...]
nfa_ee_api.cc 743 if ((p_cb == NULL) || (p_cb->conn_st != NFA_EE_CONN_ST_CONN) ||
789 if ((p_cb == NULL) || (p_cb->conn_st != NFA_EE_CONN_ST_CONN)) {
nfa_ee_main.cc 472 if (p_cb->conn_st == NFA_EE_CONN_ST_CONN) {
  /system/bt/stack/l2cap/
l2c_ble.cc 947 tBTM_BLE_CONN_ST conn_st = btm_ble_get_conn_st(); local
    [all...]
  /system/nfc/src/nfa/include/
nfa_ee_int.h 171 tNFA_EE_CONN_ST conn_st; /* connection status */ member in struct:__anon3375

Completed in 179 milliseconds