Searched defs:uuid_string_t (Results 1 - 2 of 2) sorted by relevance

/system/bt/btcore/include/
H A Duuid.h24 typedef struct uuid_string_t uuid_string_t; typedef in typeref:struct:uuid_string_t
29 uuid_string_t *uuid_string_new(void);
33 void uuid_string_free(uuid_string_t *uuid_string);
37 const char *uuid_string_data(const uuid_string_t *uuid_string);
69 void uuid_to_string(const bt_uuid_t *uuid, uuid_string_t *uuid_string);
/system/bt/btcore/src/
H A Duuid.c30 typedef struct uuid_string_t { struct
32 } uuid_string_t; typedef in typeref:struct:uuid_string_t
44 uuid_string_t *uuid_string_new(void) {
48 void uuid_string_free(uuid_string_t *uuid_string) {
52 const char *uuid_string_data(const uuid_string_t *uuid_string) {
130 void uuid_to_string(const bt_uuid_t *uuid, uuid_string_t *uuid_string) {

Completed in 20 milliseconds