NimBLE_Security sample
set_random_addr()
is only used within NimBLE_Security sample.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
NimBLE_Security sample
set_random_addr()
set_random_addr() function
Syntax
Show:
Summary
Declaration
Definition
from
gap.c:15
static
void
set_random_addr
(
void
)
;
Implemented in
gap.c:55
Examples
References
from
examples
Code
Location
Referrer
static
void
set_random_addr
(
void
)
{
gap.c:55
static
void
set_random_addr
(
void
)
;
gap.c:15
set_random_addr
(
)
;
gap.c:328
adv_init()
Call Tree
from
examples
set_random_addr()
is called by 1 function and calls 3 functions:
adv_init()
All items filtered out
set_random_addr()
__assert_func()
ble_hs_id_gen_rnd()
ble_hs_id_set_rnd()
All items filtered out
Data Use
from
examples
set_random_addr()
reads 1 variable:
ble_addr_t::val
All items filtered out
set_random_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