ESP-IDF
GATT_SEC_NONE
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
GATT_SEC_NONE
GATT_SEC_NONE macro
Syntax
Show:
Summary
Declaration
from
gatt_int.h:43
#define
GATT_SEC_NONE
0
Examples
References
from
examples
Code
Location
#define
GATT_SEC_NONE
0
gatt_int.h:43
gatt_set_sec_act
(
p_clcb
->
p_tcb
,
GATT_SEC_NONE
)
;
gatt_auth.c:145
gatt_set_sec_act
(
p_tcb
,
GATT_SEC_NONE
)
;
gatt_auth.c:237
tGATT_SEC_ACTION
sec_act
=
GATT_SEC_NONE
;
gatt_auth.c:282
if
(
sec_act_old
==
GATT_SEC_NONE
)
{
gatt_auth.c:475
gatt_set_sec_act
(
p_tcb
,
GATT_SEC_NONE
)
;
gatt_auth.c:514
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
Lifecycle
from
examples
All items filtered out
All items filtered out