diff options
Diffstat (limited to 'btif/include/btif_util.h')
-rwxr-xr-x[-rw-r--r--] | btif/include/btif_util.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/btif/include/btif_util.h b/btif/include/btif_util.h index 05b7e76..a15d1ca 100644..100755 --- a/btif/include/btif_util.h +++ b/btif/include/btif_util.h @@ -106,6 +106,7 @@ void uuid16_to_uuid128(uint16_t uuid16, bt_uuid_t* uuid128); void uuid_to_string(bt_uuid_t *p_uuid, char *str); void string_to_uuid(char *str, bt_uuid_t *p_uuid); +int ascii_2_hex (char *p_ascii, int len, UINT8 *p_hex); #endif /* BTIF_UTIL_H */ |