ESP-IDF
tGATT_PREPARE_WRITE_RECORD
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_RECORD
tGATT_PREPARE_WRITE_RECORD struct
Syntax
Show:
Summary
Declaration
from
gatt_int.h:361
typedef
struct
{
fixed_queue_t
*
queue
;
UINT16
total_num
;
UINT8
error_code_app
;
}
tGATT_PREPARE_WRITE_RECORD
;
Fields
Field
Declared as
tGATT_PREPARE_WRITE_RECORD::queue
fixed_queue_t
*
tGATT_PREPARE_WRITE_RECORD::total_num
UINT16
tGATT_PREPARE_WRITE_RECORD::error_code_app
UINT8
Examples
References
from
examples
Code
Location
Scope
Referrer
typedef
struct
{
gatt_int.h:361
}
tGATT_PREPARE_WRITE_RECORD
;
gatt_int.h:373
tGATT_PREPARE_WRITE_RECORD
tGATT_PREPARE_WRITE_RECORD
prepare_write_record
;
/* prepare write packets record */
gatt_int.h:417
tGATT_TCB
tGATT_TCB::prepare_write_record
tGATT_PREPARE_WRITE_RECORD
*
prepare_record
=
NULL
;
gatt_sr.c:480
gatt_process_exec_write_req()
tGATT_PREPARE_WRITE_RECORD
*
prepare_record
=
NULL
;
gatt_sr.c:1330
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
Instance
Scope
Location
Project
tGATT_TCB::prepare_write_record
tGATT_TCB
gatt_int.h:417
Lifecycle
from
examples
All items filtered out
All items filtered out