ESP-IDF
tGATT_PREPARE_WRITE_QUEUE_DATA
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
tGATT_PREPARE_WRITE_QUEUE_DATA struct
Syntax
Show:
Summary
Declaration
from
gatt_int.h:350
typedef
struct
{
tGATT_ATTR16
*
p_attr
;
UINT16
len
;
UINT8
op_code
;
UINT16
handle
;
UINT16
offset
;
UINT8
value
[
2
]
;
}
__attribute__
(
(
packed
)
)
tGATT_PREPARE_WRITE_QUEUE_DATA
;
Fields
Field
Declared as
tGATT_PREPARE_WRITE_QUEUE_DATA::p_attr
tGATT_ATTR16
*
tGATT_PREPARE_WRITE_QUEUE_DATA::len
UINT16
tGATT_PREPARE_WRITE_QUEUE_DATA::op_code
UINT8
tGATT_PREPARE_WRITE_QUEUE_DATA::handle
UINT16
tGATT_PREPARE_WRITE_QUEUE_DATA::offset
UINT16
tGATT_PREPARE_WRITE_QUEUE_DATA::value
UINT8
[
2
]
Examples
References
from
examples
Code
Location
Referrer
typedef
struct
{
gatt_int.h:350
}
__attribute__
(
(
packed
)
)
tGATT_PREPARE_WRITE_QUEUE_DATA
;
gatt_int.h:358
tGATT_PREPARE_WRITE_QUEUE_DATA
tGATT_PREPARE_WRITE_QUEUE_DATA
*
queue_data
=
NULL
;
gatt_sr.c:481
gatt_process_exec_write_req()
osi_free
(
queue_data
)
;
gatt_sr.c:549
gatt_process_exec_write_req()
tGATT_PREPARE_WRITE_QUEUE_DATA
*
queue_data
=
NULL
;
gatt_sr.c:1319
gatt_attr_process_prepare_write()
queue_data
=
(
tGATT_PREPARE_WRITE_QUEUE_DATA
*
)
osi_malloc
(
len
+
sizeof
(
tGATT_PREPARE_WRITE_QUEUE_DATA
)
)
;
gatt_sr.c:1401
gatt_attr_process_prepare_write()
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
tGATT_PREPARE_WRITE_QUEUE_DATA
is freed by 1 symbol:
All items filtered out
tGATT_PREPARE_WRITE_QUEUE_DATA
gatt_process_exec_write_req()
All items filtered out