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

/system/bt/bta/gatt/
H A Dbta_gattc_main.cc282 static char* gattc_state_code(tBTA_GATTC_STATE state_code);
456 static char* gattc_state_code(tBTA_GATTC_STATE state_code) { argument
457 switch (state_code) {
/system/bt/bta/hd/
H A Dbta_hd_main.cc227 static const char* bta_hd_state_code(tBTA_HD_STATE state_code);
350 static const char* bta_hd_state_code(tBTA_HD_STATE state_code) { argument
351 switch (state_code) {
/system/bt/bta/hh/
H A 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) { argument
493 switch (state_code) {
/system/nfc/src/nfa/p2p/
H A Dnfa_p2p_main.c54 static char* nfa_p2p_llcp_state_code(tNFA_P2P_LLCP_STATE state_code);
762 static char* nfa_p2p_llcp_state_code(tNFA_P2P_LLCP_STATE state_code) { argument
763 switch (state_code) {
/system/bt/bta/hl/
H A 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);
1833 static const char* bta_hl_cch_state_code(tBTA_HL_CCH_STATE state_code) { argument
1834 switch (state_code) {
1857 static const char* bta_hl_dch_state_code(tBTA_HL_DCH_STATE state_code) { argument
1858 switch (state_code) {

Completed in 278 milliseconds