Searched refs:string_to_uuid (Results 1 - 5 of 5) sorted by relevance

/system/bt/btif/test/
H A Dbtif_storage_test.cc33 bool rc = string_to_uuid(s1, &uuid);
40 bool rc = string_to_uuid("This is not a UUID", &uuid);
/system/bt/btif/include/
H A Dbtif_util.h75 bool string_to_uuid(const char* str, bt_uuid_t* p_uuid);
/system/bt/btif/src/
H A Dbtif_util.cc116 bool string_to_uuid(const char* str, bt_uuid_t* p_uuid) { function
H A Dbtif_storage.cc523 bool rc = string_to_uuid(str, p_uuid++);
H A Dbtif_dm.cc1113 string_to_uuid(uuid_str, &uuid);

Completed in 93 milliseconds