ESP-IDF
tBTM_SP_IO_REQ::auth_req
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTM_SP_IO_REQ::auth_req
tBTM_SP_IO_REQ::auth_req field
Syntax
Show:
Summary
Declaration
from
btm_api.h:1584
tBTM_AUTH_REQ
auth_req
;
Examples
References
from
examples
Code
Location
Referrer
tBTM_AUTH_REQ
auth_req
;
/* Authentication required (for local device) */
btm_api.h:1584
&
p_data
->
io_req
.
oob_data
,
&
p_data
->
io_req
.
auth_req
,
p_data
->
io_req
.
is_orig
)
;
bta_dm_act.c:3282
bta_dm_sp_cback()
APPL_TRACE_EVENT
(
"io mitm: %d oob_data:%d"
,
p_data
->
io_req
.
auth_req
,
p_data
->
io_req
.
oob_data
)
;
bta_dm_act.c:3287
bta_dm_sp_cback()
evt_data
.
auth_req
=
BTM_DEFAULT_AUTH_REQ
;
btm_sec.c:3278
btm_io_capabilities_req()
evt_data
.
auth_req
=
BTM_DEFAULT_DD_AUTH_REQ
;
btm_sec.c:3320
btm_io_capabilities_req()
evt_data
.
auth_req
=
BTM_DEFAULT_DD_AUTH_REQ
;
btm_sec.c:3328
btm_io_capabilities_req()
evt_data
.
auth_req
=
BTM_AUTH_SP_YES
;
btm_sec.c:3376
btm_io_capabilities_req()
evt_data
.
auth_req
=
(
p_dev_rec
->
p_cur_service
->
security_flags
&
btm_sec.c:3378
btm_io_capabilities_req()
evt_data
.
auth_req
=
BTM_AUTH_SPGB_YES
;
btm_sec.c:3404
btm_io_capabilities_req()
evt_data
.
auth_req
=
(
BTM_AUTH_DD_BOND
|
(
evt_data
.
auth_req
&
BTM_AUTH_YN_BIT
)
)
;
btm_sec.c:3417
btm_io_capabilities_req()
evt_data
.
auth_req
|=
BTM_AUTH_YN_BIT
;
btm_sec.c:3423
btm_io_capabilities_req()
__FUNCTION__
,
evt_data
.
auth_req
)
;
btm_sec.c:3425
btm_io_capabilities_req()
btm_cb
.
devcb
.
loc_auth_req
=
evt_data
.
auth_req
;
btm_sec.c:3430
btm_io_capabilities_req()
evt_data
.
oob_data
,
evt_data
.
auth_req
)
;
btm_sec.c:3438
btm_io_capabilities_req()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_SP_IO_REQ::auth_req
is written by 1 function and is read by 2 functions:
btm_io_capabilities_req()
All items filtered out
tBTM_SP_IO_REQ::auth_req
bta_dm_sp_cback()
btm_io_capabilities_req()
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