HomeSort by relevance Sort by last modified time
    Searched refs:string_to_uuid (Results 1 - 5 of 5) sorted by null

  /system/bt/btif/test/
btif_storage_test.cc 33 bool rc = string_to_uuid(s1, &uuid);
40 bool rc = string_to_uuid("This is not a UUID", &uuid);
  /system/bt/btif/include/
btif_util.h 75 bool string_to_uuid(const char* str, bt_uuid_t* p_uuid);
  /system/bt/btif/src/
btif_util.cc 116 bool string_to_uuid(const char* str, bt_uuid_t* p_uuid) { function
btif_storage.cc 523 bool rc = string_to_uuid(str, p_uuid++);
    [all...]
btif_dm.cc     [all...]

Completed in 474 milliseconds