Home
last modified time | relevance | path

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

/system/bt/btif/src/
Dbtif_util.c57 #define ISDIGIT(a) ((a>='0') && (a<='9')) macro
179 if (ISDIGIT (*p_ascii)) in ascii_2_hex()
187 if (ISDIGIT (*p_ascii)) in ascii_2_hex()