OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:uuid_to_string
(Results
1 - 6
of
6
) sorted by null
/external/bluetooth/bluedroid/btif/include/
btif_util.h
72
void
uuid_to_string
(bt_uuid_t *p_uuid, char *str);
/external/bluetooth/bluedroid/btif/src/
btif_util.c
161
void
uuid_to_string
(bt_uuid_t *p_uuid, char *str)
function
btif_sock_rfc.c
59
extern void
uuid_to_string
(bt_uuid_t *p_uuid, char *str);
63
uuid_to_string
((bt_uuid_t*)p_uuid, uuids);
[
all
...]
btif_storage.c
303
uuid_to_string
(p_uuid, buf);
[
all
...]
btif_dm.c
[
all
...]
/external/bluetooth/bluedroid/bta/jv/
bta_jv_act.c
54
extern void
uuid_to_string
(bt_uuid_t *p_uuid, char *str);
58
uuid_to_string
((bt_uuid_t*)p_uuid, uuids);
[
all
...]
Completed in 939 milliseconds