ESP-IDF
GATT_PREP_WRITE_EXEC
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_PREP_WRITE_EXEC
GATT_PREP_WRITE_EXEC macro
Syntax
Show:
Summary
Declaration
from
gatt_api.h:367
#define
GATT_PREP_WRITE_EXEC
0x01
Examples
References
from
examples
Code
Location
#define
GATT_PREP_WRITE_EXEC
0x01
gatt_api.h:367
flag
&=
GATT_PREP_WRITE_EXEC
;
att_protocol.c:86
if
(
blufi_env
.
prepare_buf
&&
p_data
->
req_data
.
p_data
->
exec_write
==
GATT_PREP_WRITE_EXEC
)
{
esp_blufi.c:233
flag
=
is_execute
?
GATT_PREP_WRITE_EXEC
:
GATT_PREP_WRITE_CANCEL
;
gatt_api.c:1171
tGATT_EXEC_FLAG
flag
=
GATT_PREP_WRITE_EXEC
;
gatt_cl.c:317
flag
&=
GATT_PREP_WRITE_EXEC
;
gatt_sr.c:498
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