diff options
Diffstat (limited to 'btif/include')
-rwxr-xr-x[-rw-r--r--] | btif/include/btif_storage.h | 3 | ||||
-rwxr-xr-x[-rw-r--r--] | btif/include/btif_util.h | 1 |
2 files changed, 4 insertions, 0 deletions
diff --git a/btif/include/btif_storage.h b/btif/include/btif_storage.h index 00121e9..6aaa10f 100644..100755 --- a/btif/include/btif_storage.h +++ b/btif/include/btif_storage.h @@ -215,6 +215,9 @@ bt_status_t btif_storage_add_hid_device_info(bt_bdaddr_t *remote_bd_addr, *******************************************************************************/ bt_status_t btif_storage_load_bonded_hid_info(void); +bt_status_t btif_storage_remove_hid_info(bt_bdaddr_t *remote_bd_addr); + + #endif /* BTIF_STORAGE_H */ 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 */ |