ESP-IDF
tBTA_GATTC_WRITE::handle
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::handle
tBTA_GATTC_WRITE::handle field
Syntax
Show:
Summary
Declaration
from
bta_gatt_api.h:313
UINT16
handle
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
handle
;
bta_gatt_api.h:313
if
(
bt_mesh_gattc_info
[
i
]
.
ccc_handle
!=
p_data
->
write
.
handle
)
{
adapter.c:1564
bt_mesh_bta_gattc_cb()
cb_data
.
write
.
handle
=
p_data
->
p_cmpl
->
att_value
.
handle
;
bta_gattc_act.c:1399
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()
cb_data
.
write
.
handle
=
p_data
->
api_write
.
handle
;
bta_gattc_utils.c:492
bta_gattc_enqueue()
param
.
write
.
handle
=
write
->
handle
;
btc_gattc.c:837
btc_gattc_cb_handler()
param
.
write
.
handle
=
write
->
handle
;
btc_gattc.c:896
btc_gattc_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_WRITE::handle
is written by 2 functions and is read by 3 functions:
bta_gattc_enqueue()
bta_gattc_write_cmpl()
All items filtered out
tBTA_GATTC_WRITE::handle
btc_gattc_cb_handler()
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