ESP-IDF
+
0
/4 examples
SourceVu will show references to
ble_hs_id_set_rnd()
from the following samples and libraries:
blemesh sample
NimBLE_Security sample
ble_multi_conn_cent sample
ble_multi_conn_prph 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
ESP-IDF
ble_hs_id_set_rnd()
ble_hs_id_set_rnd() function
Sets the device's random address. The address type (static vs. non-resolvable private) is inferred from the most-significant byte of the address. The address is specified in host byte order (little-endian!).
Syntax
Show:
Summary
Declaration
Definition
from
ble_hs_id.h:65
int
ble_hs_id_set_rnd
(
const
uint8_t
*
rnd_addr
)
;
Implemented in
ble_hs_id.c:153
Arguments
Argument
Description
rnd_addr
The random address to set.
Return value
0 on success; BLE_HS_EINVAL if the specified address is not a valid static random or non-resolvable private address. Other nonzero on error.
Examples
ble_hs_id_set_rnd()
is referenced by 4 libraries and example projects:
References
from
examples
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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