ESP-IDF
tSMP_EVT_DATA::io_req
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
tSMP_EVT_DATA::io_req
tSMP_EVT_DATA::io_req field
Syntax
Show:
Summary
Declaration
from
smp_api.h:265
tSMP_IO_REQ
io_req
;
Examples
References
from
examples
Code
Location
Referrer
tSMP_IO_REQ
io_req
;
/* IO request */
smp_api.h:265
btm_ble_io_capabilities_req
(
p_dev_rec
,
(
tBTM_LE_IO_REQ
*
)
&
p_data
->
io_req
)
;
btm_ble.c:2199
btm_proc_smp_cback()
btm_ble_br_keys_req
(
p_dev_rec
,
(
tBTM_LE_IO_REQ
*
)
&
p_data
->
io_req
)
;
btm_ble.c:2203
btm_proc_smp_cback()
cb_data
.
io_req
.
auth_req
=
p_cb
->
peer_auth_req
;
smp_act.c:122
smp_send_app_cback()
cb_data
.
io_req
.
oob_data
=
SMP_OOB_NONE
;
smp_act.c:123
smp_send_app_cback()
cb_data
.
io_req
.
io_cap
=
SMP_DEFAULT_IO_CAPS
;
smp_act.c:124
smp_send_app_cback()
cb_data
.
io_req
.
max_key_size
=
SMP_MAX_ENC_KEY_SIZE
;
smp_act.c:125
smp_send_app_cback()
cb_data
.
io_req
.
init_keys
=
p_cb
->
local_i_key
;
smp_act.c:126
smp_send_app_cback()
cb_data
.
io_req
.
resp_keys
=
p_cb
->
local_r_key
;
smp_act.c:127
smp_send_app_cback()
SMP_TRACE_DEBUG
(
"io_cap = %d"
,
cb_data
.
io_req
.
io_cap
)
;
smp_act.c:128
smp_send_app_cback()
cb_data
.
io_req
.
auth_req
=
0
;
smp_act.c:142
smp_send_app_cback()
cb_data
.
io_req
.
oob_data
=
SMP_OOB_NONE
;
smp_act.c:143
smp_send_app_cback()
cb_data
.
io_req
.
io_cap
=
0
;
smp_act.c:144
smp_send_app_cback()
cb_data
.
io_req
.
max_key_size
=
SMP_MAX_ENC_KEY_SIZE
;
smp_act.c:145
smp_send_app_cback()
cb_data
.
io_req
.
init_keys
=
SMP_BR_SEC_DEFAULT_KEY
;
smp_act.c:146
smp_send_app_cback()
cb_data
.
io_req
.
resp_keys
=
SMP_BR_SEC_DEFAULT_KEY
;
smp_act.c:147
smp_send_app_cback()
p_cb
->
loc_auth_req
=
cb_data
.
io_req
.
auth_req
;
smp_act.c:161
smp_send_app_cback()
p_cb
->
local_io_capability
=
cb_data
.
io_req
.
io_cap
;
smp_act.c:162
smp_send_app_cback()
p_cb
->
loc_oob_flag
=
cb_data
.
io_req
.
oob_data
;
smp_act.c:163
smp_send_app_cback()
p_cb
->
loc_enc_size
=
cb_data
.
io_req
.
max_key_size
;
smp_act.c:164
smp_send_app_cback()
p_cb
->
local_i_key
=
cb_data
.
io_req
.
init_keys
;
smp_act.c:165
smp_send_app_cback()
p_cb
->
local_r_key
=
cb_data
.
io_req
.
resp_keys
;
smp_act.c:166
smp_send_app_cback()
p_cb
->
loc_enc_size
=
cb_data
.
io_req
.
max_key_size
;
smp_act.c:203
smp_send_app_cback()
p_cb
->
local_i_key
=
cb_data
.
io_req
.
init_keys
;
smp_act.c:204
smp_send_app_cback()
p_cb
->
local_r_key
=
cb_data
.
io_req
.
resp_keys
;
smp_act.c:205
smp_send_app_cback()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tSMP_EVT_DATA::io_req
is read by 1 function:
All items filtered out
tSMP_EVT_DATA::io_req
smp_send_app_cback()
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