OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bt_uuid2string
(Results
1 - 4
of
4
) sorted by null
/external/bluetooth/bluez/common/
glib-helper.h
38
gchar *
bt_uuid2string
(uuid_t *uuid);
glib-helper.c
407
char *
bt_uuid2string
(uuid_t *uuid)
function
523
return
bt_uuid2string
(&uuid);
/external/bluetooth/bluez/src/
device.c
1079
uuid =
bt_uuid2string
(pat->data);
1309
profile_uuid =
bt_uuid2string
(svcclass->data);
[
all
...]
storage.c
962
uuid_str =
bt_uuid2string
(svcclass->data);
Completed in 971 milliseconds