Searched refs:uuid_new (Results 1 - 3 of 3) sorted by last modified time

/system/bt/btcore/include/
H A Duuid.h48 bt_uuid_t *uuid_new(const char *uuid_string);
50 // Frees a uuid structure created from |uuid_new| and friends.
/system/bt/btcore/src/
H A Duuid.c57 bt_uuid_t *uuid_new(const char *uuid_string) { function
/system/bt/btcore/test/
H A Duuid_test.cpp43 uuid = uuid_new("incorrect length");
46 uuid = uuid_new("correct length but missing dashes --");
49 uuid = uuid_new(UUID_ONES);
56 uuid = uuid_new(UUID_SEQUENTIAL);
75 uuid = uuid_new(UUID_BASE);
98 uuid = uuid_new(UUID_EMPTY);
103 uuid = uuid_new(UUID_BASE);
113 uuid = uuid_new(UUID_ONES);
118 uuid = uuid_new(UUID_BASE);
129 uuid = uuid_new(UUID_ONE
[all...]

Completed in 3 milliseconds