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

/external/bluetooth/bluedroid/bta/gatt/
H A Dbta_gattc_main.c281 static char *gattc_state_code(tBTA_GATTC_STATE state_code);
524 static char *gattc_state_code(tBTA_GATTC_STATE state_code) argument
526 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);
570 static char *bta_hh_state_code(tBTA_HH_STATE state_code) argument
572 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);
2090 static char *bta_hl_cch_state_code(tBTA_HL_CCH_STATE state_code) argument
2092 switch (state_code)
2116 static char *bta_hl_dch_state_code(tBTA_HL_DCH_STATE state_code) argument
2118 switch (state_code)

Completed in 196 milliseconds