ESP-IDF
ble_sm_proc::confirm_peer
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
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::confirm_peer
ble_sm_proc::confirm_peer field
Syntax
Show:
Summary
Declaration
from
ble_sm_priv.h:262
uint8_t
confirm_peer
[
16
]
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
confirm_peer
[
16
]
;
ble_sm_priv.h:262
memcpy
(
proc
->
confirm_peer
,
cmd
->
value
,
16
)
;
ble_sm.c:1623
ble_sm_confirm_rx()
if
(
memcmp
(
proc
->
confirm_peer
,
confirm_val
,
16
)
!=
0
)
{
ble_sm_lgcy.c:227
ble_sm_lgcy_random_rx()
if
(
memcmp
(
proc
->
confirm_peer
,
confirm_val
,
16
)
!=
0
)
{
ble_sm_sc.c:469
ble_sm_sc_random_rx()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_sm_proc::confirm_peer
is read by 3 functions:
All items filtered out
ble_sm_proc::confirm_peer
ble_sm_confirm_rx()
ble_sm_lgcy_random_rx()
ble_sm_sc_random_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