ESP-IDF
tBTA_GATTC::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::write
tBTA_GATTC::write field
Syntax
Show:
Summary
Declaration
from
bta_gatt_api.h:441
tBTA_GATTC_WRITE
write
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_GATTC_WRITE
write
;
/* write complete data */
bta_gatt_api.h:441
if
(
p_data
->
write
.
status
==
BTA_GATT_OK
)
{
adapter.c:1547
bt_mesh_bta_gattc_cb()
handle
=
BLE_MESH_GATT_GET_CONN_ID
(
p_data
->
write
.
conn_id
)
;
adapter.c:1550
bt_mesh_bta_gattc_cb()
if
(
bt_mesh_gattc_info
[
i
]
.
ccc_handle
!=
p_data
->
write
.
handle
)
{
adapter.c:1564
bt_mesh_bta_gattc_cb()
cb_data
.
write
.
status
=
p_data
->
status
;
bta_gattc_act.c:1398
bta_gattc_write_cmpl()
cb_data
.
write
.
handle
=
p_data
->
p_cmpl
->
att_value
.
handle
;
bta_gattc_act.c:1399
bta_gattc_write_cmpl()
cb_data
.
write
.
status
=
BTA_GATT_INVALID_PDU
;
bta_gattc_act.c:1405
bta_gattc_write_cmpl()
cb_data
.
write
.
conn_id
=
p_clcb
->
bta_conn_id
;
bta_gattc_act.c:1415
bta_gattc_write_cmpl()
if
(
p_conn
&&
p_conn
->
svc_change_descr_handle
==
cb_data
.
write
.
handle
)
{
bta_gattc_act.c:1416
bta_gattc_write_cmpl()
if
(
cb_data
.
write
.
status
!=
BTA_GATT_OK
)
{
bta_gattc_act.c:1417
bta_gattc_write_cmpl()
cb_data
.
write
.
status
=
BTA_GATT_CONGESTED
;
bta_gattc_utils.c:491
bta_gattc_enqueue()
cb_data
.
write
.
handle
=
p_data
->
api_write
.
handle
;
bta_gattc_utils.c:492
bta_gattc_enqueue()
cb_data
.
write
.
conn_id
=
p_clcb
->
bta_conn_id
;
bta_gattc_utils.c:493
bta_gattc_enqueue()
cb_data
.
write
.
offset
=
p_data
->
api_write
.
offset
;
bta_gattc_utils.c:494
bta_gattc_enqueue()
tBTA_GATTC_WRITE
*
write
=
&
arg
->
write
;
btc_gattc.c:830
btc_gattc_cb_handler()
tBTA_GATTC_WRITE
*
write
=
&
arg
->
write
;
btc_gattc.c:891
btc_gattc_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC::write
is read by 3 functions:
All items filtered out
tBTA_GATTC::write
bta_gattc_enqueue()
bta_gattc_write_cmpl()
bt_mesh_bta_gattc_cb()
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