Home
last modified time | relevance | path

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

/external/bluetooth/bluedroid/bta/gatt/
Dbta_gattc_main.c266 static char *gattc_state_code(tBTA_GATTC_STATE state_code);
468 static char *gattc_state_code(tBTA_GATTC_STATE state_code) in gattc_state_code() argument
470 switch (state_code) in gattc_state_code()
/external/bluetooth/bluedroid/bta/hh/
Dbta_hh_main.c161 static char *bta_hh_state_code(tBTA_HH_STATE state_code);
422 static char *bta_hh_state_code(tBTA_HH_STATE state_code) in bta_hh_state_code() argument
424 switch (state_code) in bta_hh_state_code()
/external/libnfc-nci/src/nfa/p2p/
Dnfa_p2p_main.c55 static char *nfa_p2p_llcp_state_code (tNFA_P2P_LLCP_STATE state_code);
572 static char *nfa_p2p_llcp_state_code (tNFA_P2P_LLCP_STATE state_code) in nfa_p2p_llcp_state_code() argument
574 switch (state_code) in nfa_p2p_llcp_state_code()
/external/libnfc-nci/src/nfa/cho/
Dnfa_cho_sm.c49 static char *nfa_cho_state_code (tNFA_CHO_STATE state_code);
954 static char *nfa_cho_state_code (tNFA_CHO_STATE state_code) in nfa_cho_state_code() argument
956 switch (state_code) in nfa_cho_state_code()
/external/bluetooth/bluedroid/bta/hl/
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);
1877 static char *bta_hl_cch_state_code(tBTA_HL_CCH_STATE state_code) in bta_hl_cch_state_code() argument
1879 switch (state_code) in bta_hl_cch_state_code()
1903 static char *bta_hl_dch_state_code(tBTA_HL_DCH_STATE state_code) in bta_hl_dch_state_code() argument
1905 switch (state_code) in bta_hl_dch_state_code()