ESP-IDF
ble_host_rpa_enabled()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (3/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_host_rpa_enabled()
ble_host_rpa_enabled() function
Syntax
Show:
Summary
Declaration
Definition
from
ble_hs_resolv_priv.h:88
bool
ble_host_rpa_enabled
(
void
)
;
Implemented in
ble_hs_resolv.c:337
Examples
References
from
examples
Code
Location
Referrer
ble_host_rpa_enabled
(
void
)
ble_hs_resolv.c:338
bool
ble_host_rpa_enabled
(
void
)
;
ble_hs_resolv_priv.h:88
if
(
ble_host_rpa_enabled
(
)
)
ble_gap.c:496
ble_gap_fill_conn_desc()
if
(
ble_host_rpa_enabled
(
)
)
{
ble_gap.c:3068
ble_gap_wl_busy()
if
(
ble_host_rpa_enabled
(
)
)
{
ble_gap.c:3145
ble_gap_wl_set()
if
(
ble_host_rpa_enabled
(
)
)
ble_gap.c:7270
ble_gap_connect()
if
(
ble_host_rpa_enabled
(
)
)
{
ble_hs_conn.c:462
ble_hs_conn_addrs()
if
(
ble_host_rpa_enabled
(
)
&&
(
(
!
memcmp
(
evt
.
local_rpa
,
ble_hs_conn_null_addr
,
6
)
)
==
0
)
)
{
ble_hs_hci_evt.c:504
ble_hs_hci_evt_le_enh_conn_complete()
if
(
ble_host_rpa_enabled
(
)
)
{
ble_hs_hci_evt.c:568
ble_hs_hci_evt_le_conn_complete()
if
(
(
rpa_state
=
ble_host_rpa_enabled
(
)
)
==
true
)
{
ble_hs_pvcy.c:299
ble_hs_pvcy_set_our_irk()
if
(
ble_host_rpa_enabled
(
)
||
(
nrpa_pvcy
)
)
{
ble_hs_resolv.c:455
ble_hs_resolv_rpa_timer_cb()
if
(
ble_host_rpa_enabled
(
)
)
ble_sm.c:2326
ble_sm_key_exch_exec()
Call Tree
from
examples
ble_host_rpa_enabled()
is called by 10 functions and calls 2 functions:
ble_hs_resolv_rpa_timer_cb()
ble_hs_conn_addrs()
ble_sm_key_exch_exec()
ble_hs_hci_evt_le_enh_conn_complete()
ble_hs_hci_evt_le_conn_complete()
ble_gap_fill_conn_desc()
ble_gap_wl_busy()
ble_gap_wl_set()
ble_gap_connect()
ble_hs_pvcy_set_our_irk()
All items filtered out
ble_host_rpa_enabled()
ble_hs_pvcy_enabled()
is_ble_hs_resolv_enabled()
All items filtered out
Data Use
from
examples
ble_host_rpa_enabled()
reads 1 variable:
nrpa_pvcy
All items filtered out
ble_host_rpa_enabled()
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