ESP-IDF
tBTA_GATTC_API_WRITE
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
tBTA_GATTC_API_WRITE
tBTA_GATTC_API_WRITE struct
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:161
typedef
struct
{
BT_HDR
hdr
;
tBTA_GATT_AUTH_REQ
auth_req
;
UINT16
handle
;
tBTA_GATTC_EVT
cmpl_evt
;
tBTA_GATTC_WRITE_TYPE
write_type
;
UINT16
offset
;
UINT16
len
;
UINT8
*
p_value
;
}
tBTA_GATTC_API_WRITE
;
Fields
Field
Declared as
tBTA_GATTC_API_WRITE::hdr
BT_HDR
tBTA_GATTC_API_WRITE::auth_req
tBTA_GATT_AUTH_REQ
tBTA_GATTC_API_WRITE::handle
UINT16
tBTA_GATTC_API_WRITE::cmpl_evt
tBTA_GATTC_EVT
tBTA_GATTC_API_WRITE::write_type
tBTA_GATTC_WRITE_TYPE
tBTA_GATTC_API_WRITE::offset
UINT16
tBTA_GATTC_API_WRITE::len
UINT16
tBTA_GATTC_API_WRITE::p_value
UINT8
*
Examples
References
from
examples
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