OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:uuid_to_string
(Results
1 - 3
of
3
) sorted by null
/system/bt/btcore/test/
uuid_test.cpp
141
TEST_F(UuidTest,
uuid_to_string
) {
149
uuid_to_string
(uuid, uuid_string);
157
uuid_to_string
(uuid, uuid_string);
/system/bt/btcore/include/
uuid.h
69
void
uuid_to_string
(const bt_uuid_t *uuid, uuid_string_t *uuid_string);
/system/bt/btcore/src/
uuid.c
130
void
uuid_to_string
(const bt_uuid_t *uuid, uuid_string_t *uuid_string) {
function
Completed in 662 milliseconds