ESP-IDF
ble_sm_result::passkey_params
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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_result::passkey_params
ble_sm_result::passkey_params field
Syntax
Show:
Summary
Declaration
from
ble_sm_priv.h:284
struct
ble_gap_passkey_params
passkey_params
;
Examples
References
from
examples
Code
Location
Referrer
struct
ble_gap_passkey_params
passkey_params
;
ble_sm_priv.h:284
res
->
passkey_params
.
action
!=
BLE_SM_IOACT_NONE
)
{
ble_sm.c:1041
ble_sm_process_result()
ble_gap_passkey_event
(
conn_handle
,
&
res
->
passkey_params
)
;
ble_sm.c:1043
ble_sm_process_result()
res
->
passkey_params
.
action
=
ioact
;
ble_sm.c:1800
ble_sm_pair_exec()
res
->
passkey_params
.
action
=
ioact
;
ble_sm.c:2029
ble_sm_pair_rsp_rx()
&
res
->
passkey_params
.
numcmp
)
;
ble_sm_sc.c:361
ble_sm_sc_gen_numcmp()
res
->
passkey_params
.
action
=
ioact
;
ble_sm_sc.c:433
ble_sm_sc_random_exec()
res
->
passkey_params
.
action
=
ioact
;
ble_sm_sc.c:518
ble_sm_sc_random_rx()
res
->
passkey_params
.
action
=
ioact
;
ble_sm_sc.c:581
ble_sm_sc_public_key_exec()
res
->
passkey_params
.
action
=
ioact
;
ble_sm_sc.c:658
ble_sm_sc_public_key_rx()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_sm_result::passkey_params
is read by 8 functions:
All items filtered out
ble_sm_result::passkey_params
ble_sm_process_result()
ble_sm_pair_exec()
ble_sm_pair_rsp_rx()
ble_sm_sc_gen_numcmp()
ble_sm_sc_random_exec()
ble_sm_sc_random_rx()
ble_sm_sc_public_key_exec()
ble_sm_sc_public_key_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