ESP-IDF
ble_sm_proc::oob_data_remote
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/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::oob_data_remote
ble_sm_proc::oob_data_remote field
Syntax
Show:
Summary
Declaration
from
ble_sm_priv.h:277
const
struct
ble_sm_sc_oob_data
*
oob_data_remote
;
Examples
References
from
examples
Code
Location
Referrer
const
struct
ble_sm_sc_oob_data
*
oob_data_remote
;
ble_sm_priv.h:277
proc
->
oob_data_remote
=
pkey
->
oob_sc_data
.
remote
;
ble_sm.c:3048
ble_sm_inject_io()
if
(
proc
->
oob_data_remote
)
{
ble_sm_sc.c:271
ble_sm_sc_oob_confirm()
proc
->
oob_data_remote
->
r
,
0
,
c
)
;
ble_sm_sc.c:273
ble_sm_sc_oob_confirm()
match
=
(
memcmp
(
c
,
proc
->
oob_data_remote
->
c
,
sizeof
(
c
)
)
==
0
)
;
ble_sm_sc.c:281
ble_sm_sc_oob_confirm()
if
(
proc
->
oob_data_remote
)
{
ble_sm_sc.c:713
ble_sm_sc_dhkey_check_exec()
memcpy
(
proc
->
tk
,
proc
->
oob_data_remote
->
r
,
16
)
;
ble_sm_sc.c:714
ble_sm_sc_dhkey_check_exec()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_sm_proc::oob_data_remote
is written by 1 function and is read by 2 functions:
ble_sm_inject_io()
All items filtered out
ble_sm_proc::oob_data_remote
ble_sm_sc_oob_confirm()
ble_sm_sc_dhkey_check_exec()
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