ESP-IDF
ble_rpa_replace_id_with_rand_addr()
is only used within ESP-IDF.
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_rpa_replace_id_with_rand_addr()
ble_rpa_replace_id_with_rand_addr() function
Syntax
Show:
Summary
Declaration
from
ble_hs_resolv.c:185
static
void
ble_rpa_replace_id_with_rand_addr
(
uint8_t
*
addr_type
,
uint8_t
*
peer_addr
)
;
Arguments
Argument
addr_type
peer_addr
Examples
References
from
examples
Code
Location
Referrer
ble_rpa_replace_id_with_rand_addr
(
uint8_t
*
addr_type
,
uint8_t
*
peer_addr
)
ble_hs_resolv.c:186
ble_rpa_replace_id_with_rand_addr
(
&
addr_type
,
ident_addr
)
;
ble_hs_resolv.c:627
ble_hs_resolv_list_rmv()
Call Tree
from
examples
ble_rpa_replace_id_with_rand_addr()
is called by 1 function and calls 4 functions:
ble_hs_resolv_list_rmv()
All items filtered out
ble_rpa_replace_id_with_rand_addr()
ble_hs_conn_find_by_addr()
ble_hs_lock()
ble_hs_unlock()
ble_rpa_find_peer_dev_rec()
All items filtered out
Data Use
from
examples
ble_rpa_replace_id_with_rand_addr()
reads 6 variables and writes 1 variable:
ble_addr_t::val
ble_hs_dev_records::rand_addr_type
ble_hs_dev_records::rand_addr
ble_hs_dev_records::identity_addr
ble_hs_conn::bhc_peer_addr
ble_hs_conn::bhc_peer_rpa_addr
All items filtered out
ble_rpa_replace_id_with_rand_addr()
ble_addr_t::type
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