Home
last modified time | relevance | path

Searched refs:state_code (Results 1 – 3 of 3) sorted by relevance

/system/bt/bta/gatt/
Dbta_gattc_main.cc284 static const char* gattc_state_code(tBTA_GATTC_STATE state_code);
465 static const char* gattc_state_code(tBTA_GATTC_STATE state_code) { in gattc_state_code() argument
466 switch (state_code) { in gattc_state_code()
/system/bt/bta/hh/
Dbta_hh_main.cc43 static const char* bta_hh_state_code(tBTA_HH_STATE state_code);
426 static const char* bta_hh_state_code(tBTA_HH_STATE state_code) { in bta_hh_state_code() argument
427 switch (state_code) { in bta_hh_state_code()
/system/nfc/src/nfa/p2p/
Dnfa_p2p_main.cc56 static std::string nfa_p2p_llcp_state_code(tNFA_P2P_LLCP_STATE state_code);
762 static std::string nfa_p2p_llcp_state_code(tNFA_P2P_LLCP_STATE state_code) { in nfa_p2p_llcp_state_code() argument
763 switch (state_code) { in nfa_p2p_llcp_state_code()