ESP-IDF
ble_sm_pair_cmd::oob_data_flag
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/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_pair_cmd::oob_data_flag
ble_sm_pair_cmd::oob_data_flag field
Syntax
Show:
Summary
Declaration
from
ble_sm_priv.h:75
uint8_t
oob_data_flag
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
oob_data_flag
;
ble_sm_priv.h:75
cmd
->
oob_data_flag
=
ble_hs_cfg
.
sm_oob_data_flag
;
ble_sm.c:1727
ble_sm_pair_base_fill()
if
(
pair_req
->
oob_data_flag
==
BLE_SM_PAIR_OOB_YES
&&
ble_sm_lgcy.c:71
ble_sm_lgcy_io_action()
pair_rsp
->
oob_data_flag
==
BLE_SM_PAIR_OOB_YES
)
{
ble_sm_lgcy.c:72
ble_sm_lgcy_io_action()
if
(
pair_req
->
oob_data_flag
==
BLE_SM_PAIR_OOB_YES
||
ble_sm_sc.c:108
ble_sm_sc_io_action()
pair_rsp
->
oob_data_flag
==
BLE_SM_PAIR_OOB_YES
)
{
ble_sm_sc.c:109
ble_sm_sc_io_action()
if
(
pair_rsp
->
oob_data_flag
)
{
ble_sm_sc.c:773
ble_sm_dhkey_check_process()
if
(
pair_req
->
oob_data_flag
)
{
ble_sm_sc.c:786
ble_sm_dhkey_check_process()
req_oob_present
=
pair_req
->
oob_data_flag
==
BLE_SM_PAIR_OOB_YES
;
ble_sm_sc.c:882
ble_sm_sc_oob_data_check()
rsp_oob_present
=
pair_rsp
->
oob_data_flag
==
BLE_SM_PAIR_OOB_YES
;
ble_sm_sc.c:883
ble_sm_sc_oob_data_check()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_sm_pair_cmd::oob_data_flag
is written by 1 function and is read by 4 functions:
ble_sm_pair_base_fill()
All items filtered out
ble_sm_pair_cmd::oob_data_flag
ble_sm_lgcy_io_action()
ble_sm_sc_io_action()
ble_sm_dhkey_check_process()
ble_sm_sc_oob_data_check()
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