ESP-IDF
GATT_SEC_FLAG_ENCRYPTED
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
GATT_SEC_FLAG_ENCRYPTED
GATT_SEC_FLAG_ENCRYPTED macro
Syntax
Show:
Summary
Declaration
from
gatt_int.h:97
#define
GATT_SEC_FLAG_ENCRYPTED
BTM_SEC_FLAG_ENCRYPTED
Examples
References
from
examples
Code
Location
#define
GATT_SEC_FLAG_ENCRYPTED
BTM_SEC_FLAG_ENCRYPTED
gatt_int.h:97
if
(
(
perm
&
GATT_READ_ENCRYPTED_REQUIRED
)
&&
!
(
sec_flag
&
GATT_SEC_FLAG_ENCRYPTED
)
)
{
gatt_db.c:151
if
(
(
perm
&
GATT_READ_ENCRYPTED_REQUIRED
)
&&
(
sec_flag
&
GATT_SEC_FLAG_ENCRYPTED
)
&&
(
key_size
<
min_key_size
)
)
{
gatt_db.c:156
if
(
(
op_code
==
GATT_SIGN_CMD_WRITE
)
&&
(
sec_flag
&
GATT_SEC_FLAG_ENCRYPTED
)
)
{
gatt_db.c:1178
}
else
if
(
(
perm
&
GATT_WRITE_ENCRYPTED_PERM
)
&&
!
(
sec_flag
&
GATT_SEC_FLAG_ENCRYPTED
)
)
{
gatt_db.c:1192
}
else
if
(
(
perm
&
GATT_WRITE_ENCRYPTED_PERM
)
&&
(
sec_flag
&
GATT_SEC_FLAG_ENCRYPTED
)
&&
(
key_size
<
min_key_size
)
)
{
gatt_db.c:1195
else
if
(
perm
&
GATT_WRITE_SIGNED_PERM
&&
op_code
!=
GATT_SIGN_CMD_WRITE
&&
!
(
sec_flag
&
GATT_SEC_FLAG_ENCRYPTED
)
gatt_db.c:1205
sec_flag
&=
(
GATT_SEC_FLAG_LKEY_UNAUTHED
|
GATT_SEC_FLAG_LKEY_AUTHED
|
GATT_SEC_FLAG_ENCRYPTED
|
GATT_SEC_FLAG_AUTHORIZATION
)
;
gatt_utils.c:1505
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