ESP-IDF
tGATT_SEC_ACTION
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
tGATT_SEC_ACTION
tGATT_SEC_ACTION
Syntax
Show:
Summary
Declaration
from
gatt_int.h:50
typedef
UINT8
tGATT_SEC_ACTION
;
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
UINT8
tGATT_SEC_ACTION
;
gatt_int.h:50
void
gatt_set_sec_act
(
tGATT_TCB
*
p_tcb
,
tGATT_SEC_ACTION
sec_act
)
gatt_auth.c:265
gatt_set_sec_act()
gatt_set_sec_act()::sec_act
tGATT_SEC_ACTION
gatt_get_sec_act
(
tGATT_TCB
*
p_tcb
)
gatt_auth.c:280
gatt_get_sec_act()
tGATT_SEC_ACTION
sec_act
=
GATT_SEC_NONE
;
gatt_auth.c:282
gatt_get_sec_act()
tGATT_SEC_ACTION
gatt_determine_sec_act
(
tGATT_CLCB
*
p_clcb
)
gatt_auth.c:298
gatt_determine_sec_act()
tGATT_SEC_ACTION
act
=
GATT_SEC_OK
;
gatt_auth.c:300
gatt_determine_sec_act()
static
BOOLEAN
gatt_convert_sec_action
(
tGATT_SEC_ACTION
gatt_sec_act
,
tBTM_BLE_SEC_ACT
*
p_btm_sec_act
)
gatt_auth.c:433
gatt_convert_sec_action()
gatt_convert_sec_action()::gatt_sec_act
tGATT_SEC_ACTION
gatt_sec_act
;
gatt_auth.c:465
gatt_security_check_start()
tGATT_SEC_ACTION
sec_act_old
=
gatt_get_sec_act
(
p_tcb
)
;
gatt_auth.c:471
gatt_security_check_start()
tGATT_SEC_ACTION
sec_act
;
gatt_int.h:377
tGATT_TCB
tGATT_TCB::sec_act
extern
tGATT_SEC_ACTION
gatt_determine_sec_act
(
tGATT_CLCB
*
p_clcb
)
;
gatt_int.h:741
gatt_determine_sec_act()
extern
tGATT_SEC_ACTION
gatt_get_sec_act
(
tGATT_TCB
*
p_tcb
)
;
gatt_int.h:743
gatt_get_sec_act()
extern
void
gatt_set_sec_act
(
tGATT_TCB
*
p_tcb
,
tGATT_SEC_ACTION
sec_act
)
;
gatt_int.h:744
gatt_set_sec_act()
gatt_set_sec_act()::sec_act
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
tGATT_TCB::sec_act
tGATT_TCB
gatt_int.h:377
return
gatt_determine_sec_act()
gatt_int.h:741
return
gatt_get_sec_act()
gatt_int.h:743
gatt_set_sec_act()::sec_act
gatt_set_sec_act()
gatt_int.h:744
gatt_set_sec_act()::sec_act
gatt_set_sec_act()
gatt_auth.c:265
return
gatt_get_sec_act()
gatt_auth.c:280
return
gatt_determine_sec_act()
gatt_auth.c:298
gatt_convert_sec_action()::gatt_sec_act
gatt_convert_sec_action()
gatt_auth.c:433
Lifecycle
from
examples
All items filtered out
All items filtered out