NimBLE_Security sample
format_addr()
is only used within NimBLE_Security sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
NimBLE_Security sample
format_addr()
format_addr() function
Syntax
Show:
Summary
Declaration
Definition
from
gap.c:12
inline
static
void
format_addr
(
char
*
addr_str
,
uint8_t
addr
[
]
)
;
Implemented in
gap.c:24
Arguments
Argument
addr_str
addr
Examples
References
from
examples
Code
Location
Referrer
inline
static
void
format_addr
(
char
*
addr_str
,
uint8_t
addr
[
]
)
{
gap.c:24
inline
static
void
format_addr
(
char
*
addr_str
,
uint8_t
addr
[
]
)
;
gap.c:12
format_addr
(
addr_str
,
desc
->
our_id_addr
.
val
)
;
gap.c:37
print_conn_desc()
format_addr
(
addr_str
,
desc
->
peer_id_addr
.
val
)
;
gap.c:42
print_conn_desc()
format_addr
(
addr_str
,
addr_val
)
;
gap.c:348
adv_init()
Call Tree
from
examples
format_addr()
is called by 2 functions:
print_conn_desc()
adv_init()
All items filtered out
format_addr()
All items filtered out
Data Use
from
examples
format_addr()
:
All items filtered out
format_addr()
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