ESP-IDF
GATT_WRITE_SIGNED_PERM
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/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_WRITE_SIGNED_PERM
GATT_WRITE_SIGNED_PERM macro
Syntax
Show:
Summary
Declaration
from
gatt_api.h:204
#define
GATT_WRITE_SIGNED_PERM
(
GATT_PERM_WRITE_SIGNED
|
GATT_PERM_WRITE_SIGNED_MITM
)
Examples
References
from
examples
Code
Location
#define
GATT_WRITE_SIGNED_PERM
(
GATT_PERM_WRITE_SIGNED
|
GATT_PERM_WRITE_SIGNED_MITM
)
gatt_api.h:204
if
(
(
(
property
&
GATT_CHAR_PROP_BIT_AUTH
)
&&
!
(
perm
&
GATT_WRITE_SIGNED_PERM
)
)
||
gatt_api.c:322
(
(
perm
&
GATT_WRITE_SIGNED_PERM
)
&&
!
(
property
&
GATT_CHAR_PROP_BIT_AUTH
)
)
)
{
gatt_api.c:323
&&
(
perm
&
GATT_WRITE_SIGNED_PERM
)
)
{
gatt_db.c:1158
(
(
perm
&
GATT_WRITE_SIGNED_PERM
)
&&
(
perm
&
GATT_PERM_WRITE_ENC_MITM
)
)
)
{
gatt_db.c:1169
if
(
(
op_code
==
GATT_SIGN_CMD_WRITE
)
&&
!
(
perm
&
GATT_WRITE_SIGNED_PERM
)
)
{
gatt_db.c:1174
else
if
(
perm
&
GATT_WRITE_SIGNED_PERM
&&
op_code
!=
GATT_SIGN_CMD_WRITE
&&
!
(
sec_flag
&
GATT_SEC_FLAG_ENCRYPTED
)
gatt_db.c:1205
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