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

/system/bt/bta/gatt/
H A Dbta_gattc_main.c252 static char *gattc_state_code(tBTA_GATTC_STATE state_code);
487 static char *gattc_state_code(tBTA_GATTC_STATE state_code) argument
489 switch (state_code)
/system/bt/bta/hh/
H A Dbta_hh_main.c262 static char *bta_hh_state_code(tBTA_HH_STATE state_code);
562 static char *bta_hh_state_code(tBTA_HH_STATE state_code) argument
564 switch (state_code)
/system/bt/bta/hl/
H A Dbta_hl_main.c41 static char *bta_hl_cch_state_code(tBTA_HL_CCH_STATE state_code);
42 static char *bta_hl_dch_state_code(tBTA_HL_DCH_STATE state_code);
2069 static char *bta_hl_cch_state_code(tBTA_HL_CCH_STATE state_code) argument
2071 switch (state_code)
2095 static char *bta_hl_dch_state_code(tBTA_HL_DCH_STATE state_code) argument
2097 switch (state_code)

Completed in 192 milliseconds