Home
last modified time | relevance | path

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

/system/bt/bta/hd/
Dbta_hd_main.cc225 static const char* bta_hd_state_code(tBTA_HD_STATE state_code);
348 static const char* bta_hd_state_code(tBTA_HD_STATE state_code) { in bta_hd_state_code() argument
349 switch (state_code) { in bta_hd_state_code()
/system/bt/bta/gatt/
Dbta_gattc_main.cc285 static const char* gattc_state_code(tBTA_GATTC_STATE state_code);
466 static const char* gattc_state_code(tBTA_GATTC_STATE state_code) { in gattc_state_code() argument
467 switch (state_code) { in gattc_state_code()
/system/bt/bta/hh/
Dbta_hh_main.cc217 static const char* bta_hh_state_code(tBTA_HH_STATE state_code);
492 static const char* bta_hh_state_code(tBTA_HH_STATE state_code) { in bta_hh_state_code() argument
493 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()
/system/bt/bta/hl/
Dbta_hl_main.cc39 static const char* bta_hl_cch_state_code(tBTA_HL_CCH_STATE state_code);
40 static const char* bta_hl_dch_state_code(tBTA_HL_DCH_STATE state_code);
1830 static const char* bta_hl_cch_state_code(tBTA_HL_CCH_STATE state_code) { in bta_hl_cch_state_code() argument
1831 switch (state_code) { in bta_hl_cch_state_code()
1854 static const char* bta_hl_dch_state_code(tBTA_HL_DCH_STATE state_code) { in bta_hl_dch_state_code() argument
1855 switch (state_code) { in bta_hl_dch_state_code()