ESP-IDF
ble_hs_hci_util_set_random_addr()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (4/5)...
Summary
Syntax
Arguments
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_hs_hci_util_set_random_addr()
ble_hs_hci_util_set_random_addr() function
Syntax
Show:
Summary
Declaration
Definition
from
ble_hs_hci_priv.h:110
int
ble_hs_hci_util_set_random_addr
(
const
uint8_t
*
addr
)
;
Implemented in
ble_hs_hci_util.c:120
Arguments
Argument
addr
Examples
References
from
examples
Code
Location
Referrer
ble_hs_hci_util_set_random_addr
(
const
uint8_t
*
addr
)
ble_hs_hci_util.c:121
int
ble_hs_hci_util_set_random_addr
(
const
uint8_t
*
addr
)
;
ble_hs_hci_priv.h:110
rc
=
ble_hs_hci_util_set_random_addr
(
nrpa_addr
.
val
)
;
ble_hs_id.c:91
ble_hs_id_set_nrpa_rnd()
rc
=
ble_hs_hci_util_set_random_addr
(
rnd_addr
)
;
ble_hs_id.c:140
ble_hs_id_set_pseudo_rnd()
rc
=
ble_hs_hci_util_set_random_addr
(
rnd_addr
)
;
ble_hs_id.c:180
ble_hs_id_set_rnd()
Call Tree
from
examples
ble_hs_hci_util_set_random_addr()
is called by 3 functions and calls 1 function:
ble_hs_id_set_nrpa_rnd()
ble_hs_id_set_pseudo_rnd()
ble_hs_id_set_rnd()
All items filtered out
ble_hs_hci_util_set_random_addr()
ble_hs_hci_cmd_tx()
All items filtered out
Data Use
from
examples
ble_hs_hci_util_set_random_addr()
reads 1 variable:
ble_hci_le_set_rand_addr_cp::addr
All items filtered out
ble_hs_hci_util_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