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

/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_main.c275 static char *gattc_state_code(tBTA_GATTC_STATE state_code);
506 static char *gattc_state_code(tBTA_GATTC_STATE state_code) argument
508 switch (state_code)
/external/bluetooth/bluedroid/bta/hh/
H A Dbta_hh_main.c262 static char *bta_hh_state_code(tBTA_HH_STATE state_code);
564 static char *bta_hh_state_code(tBTA_HH_STATE state_code) argument
566 switch (state_code)
/external/libnfc-nci/src/nfa/p2p/
H A Dnfa_p2p_main.c57 static char *nfa_p2p_llcp_state_code (tNFA_P2P_LLCP_STATE state_code);
752 static char *nfa_p2p_llcp_state_code (tNFA_P2P_LLCP_STATE state_code) argument
754 switch (state_code)
/external/bluetooth/bluedroid/bta/hl/
H A Dbta_hl_main.c42 static char *bta_hl_cch_state_code(tBTA_HL_CCH_STATE state_code);
43 static char *bta_hl_dch_state_code(tBTA_HL_DCH_STATE state_code);
2083 static char *bta_hl_cch_state_code(tBTA_HL_CCH_STATE state_code) argument
2085 switch (state_code)
2109 static char *bta_hl_dch_state_code(tBTA_HL_DCH_STATE state_code) argument
2111 switch (state_code)

Completed in 4559 milliseconds