ESP-IDF
tGATT_PREPARE_WRITE_QUEUE_DATA::p_attr
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
tGATT_PREPARE_WRITE_QUEUE_DATA::p_attr
tGATT_PREPARE_WRITE_QUEUE_DATA::p_attr field
Syntax
Show:
Summary
Declaration
from
gatt_int.h:352
tGATT_ATTR16
*
p_attr
;
Examples
References
from
examples
Code
Location
Referrer
tGATT_ATTR16
*
p_attr
;
gatt_int.h:352
if
(
(
queue_data
->
p_attr
->
p_value
!=
NULL
)
&&
(
queue_data
->
p_attr
->
p_value
->
attr_val
.
attr_val
!=
NULL
)
)
{
gatt_sr.c:538
gatt_process_exec_write_req()
queue_data
->
p_attr
->
p_value
->
attr_val
.
attr_len
=
0
;
gatt_sr.c:541
gatt_process_exec_write_req()
memcpy
(
queue_data
->
p_attr
->
p_value
->
attr_val
.
attr_val
+
queue_data
->
offset
,
queue_data
->
value
,
queue_data
->
len
)
;
gatt_sr.c:544
gatt_process_exec_write_req()
queue_data
->
p_attr
->
p_value
->
attr_val
.
attr_len
+=
queue_data
->
len
;
gatt_sr.c:546
gatt_process_exec_write_req()
queue_data
->
p_attr
=
p_attr_temp
;
gatt_sr.c:1405
gatt_attr_process_prepare_write()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tGATT_PREPARE_WRITE_QUEUE_DATA::p_attr
is written by 1 function and is read by 1 function:
gatt_attr_process_prepare_write()
All items filtered out
tGATT_PREPARE_WRITE_QUEUE_DATA::p_attr
gatt_process_exec_write_req()
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