ESP-IDF
ble_sm_proc::rx_key_flags
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_sm_proc::rx_key_flags
ble_sm_proc::rx_key_flags field
Syntax
Show:
Summary
Declaration
from
ble_sm_priv.h:256
uint8_t
rx_key_flags
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
rx_key_flags
;
ble_sm_priv.h:256
proc
->
rx_key_flags
==
0
)
{
ble_sm.c:1221
ble_sm_enc_event_rx()
proc
->
rx_key_flags
=
0
;
ble_sm.c:1703
ble_sm_pair_cfg()
proc
->
rx_key_flags
|=
BLE_SM_KE_F_ENC_INFO
|
ble_sm.c:1705
ble_sm_pair_cfg()
proc
->
rx_key_flags
|=
BLE_SM_KE_F_ID_INFO
|
ble_sm.c:1709
ble_sm_pair_cfg()
proc
->
rx_key_flags
|=
BLE_SM_KE_F_SIGN_INFO
;
ble_sm.c:1713
ble_sm_pair_cfg()
if
(
proc
->
flags
&
BLE_SM_PROC_F_INITIATOR
||
proc
->
rx_key_flags
==
0
)
{
ble_sm.c:2390
ble_sm_key_exch_exec()
BLE_HS_LOG
(
DEBUG
,
"rx_key_flags=0x%02x\n"
,
proc
->
rx_key_flags
)
;
ble_sm.c:2406
ble_sm_key_rxed()
if
(
proc
->
rx_key_flags
==
0
)
{
ble_sm.c:2408
ble_sm_key_rxed()
proc
->
rx_key_flags
&=
~
BLE_SM_KE_F_ENC_INFO
;
ble_sm.c:2448
ble_sm_enc_info_rx()
proc
->
rx_key_flags
&=
~
BLE_SM_KE_F_MASTER_ID
;
ble_sm.c:2487
ble_sm_master_id_rx()
proc
->
rx_key_flags
&=
~
BLE_SM_KE_F_ID_INFO
;
ble_sm.c:2527
ble_sm_id_info_rx()
proc
->
rx_key_flags
&=
~
BLE_SM_KE_F_ADDR_INFO
;
ble_sm.c:2566
ble_sm_id_addr_info_rx()
proc
->
rx_key_flags
&=
~
BLE_SM_KE_F_SIGN_INFO
;
ble_sm.c:2605
ble_sm_sign_info_rx()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_sm_proc::rx_key_flags
is written by 6 functions and is read by 9 functions:
ble_sm_pair_cfg()
ble_sm_enc_info_rx()
ble_sm_master_id_rx()
ble_sm_id_info_rx()
ble_sm_id_addr_info_rx()
ble_sm_sign_info_rx()
All items filtered out
ble_sm_proc::rx_key_flags
ble_sm_enc_event_rx()
ble_sm_pair_cfg()
ble_sm_key_exch_exec()
ble_sm_key_rxed()
ble_sm_enc_info_rx()
ble_sm_master_id_rx()
ble_sm_id_info_rx()
ble_sm_id_addr_info_rx()
ble_sm_sign_info_rx()
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