ESP-IDF
tBTM_SEC_DEV_REC::rmt_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_SEC_DEV_REC::rmt_auth_req
tBTM_SEC_DEV_REC::rmt_auth_req field
Syntax
Show:
Summary
Declaration
from
btm_int.h:670
tBTM_AUTH_REQ
rmt_auth_req
;
Examples
References
from
examples
Code
Location
Referrer
tBTM_AUTH_REQ
rmt_auth_req
;
/* the auth_req flag as in the IO caps rsp evt */
btm_int.h:670
p_dev_rec
->
rmt_auth_req
=
evt_data
.
auth_req
;
btm_sec.c:3499
btm_io_capabilities_rsp()
&&
(
(
p_dev_rec
->
rmt_auth_req
&
BTM_AUTH_SP_YES
)
||
(
btm_cb
.
devcb
.
loc_auth_req
&
BTM_AUTH_SP_YES
)
)
)
{
btm_sec.c:3555
btm_proc_sp_req_evt()
btm_cb
.
devcb
.
loc_auth_req
,
p_dev_rec
->
rmt_auth_req
)
;
btm_sec.c:3563
btm_proc_sp_req_evt()
evt_data
.
cfm_req
.
rmt_auth_req
=
p_dev_rec
->
rmt_auth_req
;
btm_sec.c:3566
btm_proc_sp_req_evt()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTM_SEC_DEV_REC::rmt_auth_req
is written by 1 function and is read by 1 function:
btm_io_capabilities_rsp()
All items filtered out
tBTM_SEC_DEV_REC::rmt_auth_req
btm_proc_sp_req_evt()
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