ESP-IDF
uuid_to_string_legacy()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
uuid_to_string_legacy()
uuid_to_string_legacy() function
Syntax
Show:
Summary
Declaration
Definition
from
btc_util.h:57
void
uuid_to_string_legacy
(
bt_uuid_t
*
p_uuid
,
char
*
str
)
;
Implemented in
btc_util.c:300
Arguments
Argument
Declared as
p_uuid
bt_uuid_t
*
str
char
*
Related Functions
Found 1 other functions taking a
bt_uuid_t
argument:
Function
bta_to_btif_uuid()
Examples
References
from
examples
Code
Location
Referrer
void
uuid_to_string_legacy
(
bt_uuid_t
*
p_uuid
,
char
*
str
)
btc_util.c:300
extern
void
uuid_to_string_legacy
(
bt_uuid_t
*
p_uuid
,
char
*
str
)
;
bta_jv_act.c:101
void
uuid_to_string_legacy
(
bt_uuid_t
*
p_uuid
,
char
*
str
)
;
btc_util.h:57
uuid_to_string_legacy
(
(
bt_uuid_t
*
)
p_uuid
,
uuids
)
;
bta_jv_act.c:105
logu()
Call Tree
from
examples
uuid_to_string_legacy()
is called by 1 function:
logu()
All items filtered out
uuid_to_string_legacy()
All items filtered out
Data Use
from
examples
uuid_to_string_legacy()
reads 1 variable:
bt_uuid_t::uu
All items filtered out
uuid_to_string_legacy()
All items filtered out
Class Tree
from
examples
All items filtered out
All items filtered out
Override Tree
from
examples
All items filtered out
All items filtered out
Implementations
from
examples
All items filtered out
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out