ESP-IDF
tBTM_LE_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_LE_AUTH_REQ
tBTM_LE_AUTH_REQ
SMP_INCLUDED == TRUE
Syntax
Show:
Summary
Declaration
from
btm_api.h:1746
typedef
UINT8
tBTM_LE_AUTH_REQ
;
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
UINT8
tBTM_LE_AUTH_REQ
;
btm_api.h:1746
typedef
tBTM_LE_AUTH_REQ
tBTA_LE_AUTH_REQ
;
/* combination of the above bit pattern */
bta_api.h:929
tBTA_LE_AUTH_REQ
tBTM_LE_AUTH_REQ
auth_req
;
/* Authentication request (for local device) contain bonding and MITM info */
btm_api.h:1768
tBTM_LE_IO_REQ
tBTM_LE_IO_REQ::auth_req
tBTM_LE_AUTH_REQ
auth_req
=
0x00
;
btm_ble.c:976
btm_ble_determine_security_act()
void
btm_ble_link_sec_check
(
BD_ADDR
bd_addr
,
tBTM_LE_AUTH_REQ
auth_req
,
tBTM_BLE_SEC_REQ_ACT
*
p_sec_req_act
)
btm_ble.c:1466
btm_ble_link_sec_check()
btm_ble_link_sec_check()::auth_req
tBTM_LE_AUTH_REQ
auth_req
;
btm_ble.c:1545
btm_ble_set_encryption()
void
btm_ble_link_sec_check
(
BD_ADDR
bd_addr
,
tBTM_LE_AUTH_REQ
auth_req
,
tBTM_BLE_SEC_REQ_ACT
*
p_sec_req_act
)
;
btm_ble_int.h:427
btm_ble_link_sec_check()
btm_ble_link_sec_check()::auth_req
tBTM_LE_AUTH_REQ
auth_req
=
*
(
tBTM_LE_AUTH_REQ
*
)
p_data
;
smp_act.c:454
smp_proc_sec_req()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
All items filtered out
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
Instance
Scope
Location
Project
tBTM_LE_IO_REQ::auth_req
tBTM_LE_IO_REQ
btm_api.h:1768
btm_ble_link_sec_check()::auth_req
btm_ble_link_sec_check()
btm_ble_int.h:427
btm_ble_link_sec_check()::auth_req
btm_ble_link_sec_check()
btm_ble.c:1466
Lifecycle
from
examples
All items filtered out
All items filtered out