ESP-IDF
tGATT_ATTR16::control
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
tGATT_ATTR16::control
tGATT_ATTR16::control field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:191
tGATTS_ATTR_CONTROL
control
;
Examples
References
from
examples
Code
Location
Referrer
tGATTS_ATTR_CONTROL
control
;
gatt_int.h:191
if
(
p_attr16
->
control
.
auto_rsp
==
GATT_RSP_BY_STACK
)
{
gatt_db.c:281
read_attr_value()
p_char_val
->
control
.
auto_rsp
=
control
->
auto_rsp
;
gatt_db.c:542
gatts_add_characteristic()
p_char_val
->
control
.
auto_rsp
=
GATT_RSP_DEFAULT
;
gatt_db.c:544
gatts_add_characteristic()
p_char_dscptr
->
control
.
auto_rsp
=
(
control
==
NULL
)
?
GATT_RSP_DEFAULT
:
(
control
->
auto_rsp
)
;
gatt_db.c:671
gatts_add_char_descr()
if
(
p_cur
->
p_value
!=
NULL
&&
p_cur
->
control
.
auto_rsp
==
GATT_RSP_BY_STACK
)
{
gatt_db.c:954
gatts_is_auto_response()
if
(
p_attr
->
control
.
auto_rsp
==
GATT_RSP_BY_APP
)
{
gatt_db.c:1038
gatts_write_attr_value_by_handle()
if
(
p_attr
->
control
.
auto_rsp
==
GATT_RSP_BY_APP
)
{
gatt_sr.c:1368
gatt_attr_process_prepare_write()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_ATTR16::control
is read by 6 functions:
All items filtered out
tGATT_ATTR16::control
read_attr_value()
gatts_add_characteristic()
gatts_add_char_descr()
gatts_is_auto_response()
gatts_write_attr_value_by_handle()
gatt_attr_process_prepare_write()
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