ESP-IDF
GATT_PERM_WRITE_ENCRYPTED
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_PERM_WRITE_ENCRYPTED
GATT_PERM_WRITE_ENCRYPTED macro
Syntax
Show:
Summary
Declaration
from
gatt_api.h:178
#define
GATT_PERM_WRITE_ENCRYPTED
(
1
<
<
5
)
Examples
References
from
examples
Code
Location
#define
GATT_PERM_WRITE_ENCRYPTED
(
1
<
<
5
)
/* bit 5 */
gatt_api.h:178
#define
BTA_GATT_PERM_WRITE_ENCRYPTED
GATT_PERM_WRITE_ENCRYPTED
/* bit 5 - 0x0020 */
bta_gatt_api.h:494
#define
GATT_WRITE_ALLOWED
(
GATT_PERM_WRITE
|
GATT_PERM_WRITE_ENCRYPTED
|
GATT_PERM_WRITE_ENC_MITM
|
\
gatt_api.h:195
#define
GATT_WRITE_AUTH_REQUIRED
(
GATT_PERM_WRITE_ENCRYPTED
|
GATT_PERM_WRITE_SIGNED
)
gatt_api.h:198
#define
GATT_WRITE_ENCRYPTED_PERM
(
GATT_PERM_WRITE_ENCRYPTED
|
GATT_PERM_WRITE_ENC_MITM
)
gatt_api.h:202
if
(
(
perm
&
GATT_PERM_WRITE_SIGNED
)
&&
(
perm
&
GATT_PERM_WRITE_ENCRYPTED
)
)
{
gatt_db.c:1162
perm
=
GATT_PERM_WRITE_ENCRYPTED
;
gatt_db.c:1163
else
if
(
(
(
perm
&
GATT_PERM_WRITE_SIGNED_MITM
)
&&
(
perm
&
GATT_PERM_WRITE_ENCRYPTED
)
)
||
gatt_db.c:1167
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