OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:uuid_string_t
(Results
1 - 2
of
2
) sorted by null
/system/bt/btcore/include/
uuid.h
24
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/
uuid.c
30
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) {
128
void uuid_to_string(const bt_uuid_t *uuid,
uuid_string_t
*uuid_string) {
Completed in 78 milliseconds