ESP-IDF
tBTM_BLE_SEC_REQ_ACT
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (1/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tBTM_BLE_SEC_REQ_ACT
tBTM_BLE_SEC_REQ_ACT
Syntax
Show:
Summary
Declaration
from
btm_ble_int.h:84
typedef
UINT8
tBTM_BLE_SEC_REQ_ACT
;
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
UINT8
tBTM_BLE_SEC_REQ_ACT
;
btm_ble_int.h:84
tBTM_BLE_SEC_REQ_ACT
ble_sec_act
=
BTM_BLE_SEC_REQ_ACT_NONE
;
btm_ble.c:1004
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()::p_sec_req_act
tBTM_BLE_SEC_REQ_ACT
sec_req_act
;
btm_ble.c:1544
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()::p_sec_req_act
tBTM_BLE_SEC_REQ_ACT
sec_act
=
BTM_LE_SEC_NONE
;
gatt_auth.c:309
gatt_determine_sec_act()
tBTM_BLE_SEC_REQ_ACT
sec_req_act
;
smp_act.c:455
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
btm_ble_link_sec_check()::p_sec_req_act
btm_ble_link_sec_check()
btm_ble_int.h:427
btm_ble_link_sec_check()::p_sec_req_act
btm_ble_link_sec_check()
btm_ble.c:1466
Lifecycle
from
examples
All items filtered out
All items filtered out