ESP-IDF
tBTA_GATTC_API_WRITE
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
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
Code
Location
Scope
Referrer
typedef
struct
{
bta_gattc_int.h:161
}
tBTA_GATTC_API_WRITE
;
bta_gattc_int.h:170
tBTA_GATTC_API_WRITE
*
p_buf
;
bta_gattc_api.c:670
BTA_GATTC_WriteCharValue()
if
(
(
p_buf
=
(
tBTA_GATTC_API_WRITE
*
)
osi_malloc
(
(
UINT16
)
(
sizeof
(
tBTA_GATTC_API_WRITE
)
+
len
)
)
)
!=
NULL
)
{
bta_gattc_api.c:672
BTA_GATTC_WriteCharValue()
memset
(
p_buf
,
0
,
sizeof
(
tBTA_GATTC_API_WRITE
)
+
len
)
;
bta_gattc_api.c:673
BTA_GATTC_WriteCharValue()
size_t
len
=
sizeof
(
tBTA_GATTC_API_WRITE
)
;
bta_gattc_api.c:715
BTA_GATTC_WriteCharDescr()
tBTA_GATTC_API_WRITE
*
p_buf
;
bta_gattc_api.c:716
BTA_GATTC_WriteCharDescr()
if
(
(
p_buf
=
(
tBTA_GATTC_API_WRITE
*
)
osi_malloc
(
len
)
)
!=
NULL
)
{
bta_gattc_api.c:721
BTA_GATTC_WriteCharDescr()
tBTA_GATTC_API_WRITE
*
p_buf
;
bta_gattc_api.c:765
BTA_GATTC_PrepareWrite()
if
(
(
p_buf
=
(
tBTA_GATTC_API_WRITE
*
)
osi_malloc
(
(
UINT16
)
(
sizeof
(
tBTA_GATTC_API_WRITE
)
+
len
)
)
)
!=
NULL
)
{
bta_gattc_api.c:767
BTA_GATTC_PrepareWrite()
memset
(
p_buf
,
0
,
sizeof
(
tBTA_GATTC_API_WRITE
)
+
len
)
;
bta_gattc_api.c:768
BTA_GATTC_PrepareWrite()
tBTA_GATTC_API_WRITE
*
p_buf
;
bta_gattc_api.c:808
BTA_GATTC_PrepareWriteCharDescr()
UINT16
len
=
sizeof
(
tBTA_GATTC_API_WRITE
)
;
bta_gattc_api.c:809
BTA_GATTC_PrepareWriteCharDescr()
if
(
(
p_buf
=
(
tBTA_GATTC_API_WRITE
*
)
osi_malloc
(
len
)
)
!=
NULL
)
{
bta_gattc_api.c:815
BTA_GATTC_PrepareWriteCharDescr()
}
tBTA_GATTC_API_WRITE
;
bta_gattc_int.h:170
tBTA_GATTC_API_WRITE
tBTA_GATTC_API_WRITE
api_write
;
bta_gattc_int.h:266
tBTA_GATTC_DATA
tBTA_GATTC_DATA::api_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
tBTA_GATTC_DATA::api_write
tBTA_GATTC_DATA
bta_gattc_int.h:266
Lifecycle
from
examples
All items filtered out
All items filtered out