ESP-IDF
tBTA_GATTC_OP_CMPL::p_cmpl
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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_OP_CMPL::p_cmpl
tBTA_GATTC_OP_CMPL::p_cmpl field
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:188
tBTA_GATTC_CMPL
*
p_cmpl
;
Examples
References
from
examples
Code
Location
Referrer
tBTA_GATTC_CMPL
*
p_cmpl
;
bta_gattc_int.h:188
if
(
p_data
->
p_cmpl
!=
NULL
&&
p_data
->
status
==
BTA_GATT_OK
)
{
bta_gattc_act.c:1357
bta_gattc_read_cmpl()
cb_data
.
read
.
handle
=
p_data
->
p_cmpl
->
att_value
.
handle
;
bta_gattc_act.c:1358
bta_gattc_read_cmpl()
read_value
.
len
=
p_data
->
p_cmpl
->
att_value
.
len
;
bta_gattc_act.c:1360
bta_gattc_read_cmpl()
read_value
.
p_value
=
p_data
->
p_cmpl
->
att_value
.
value
;
bta_gattc_act.c:1361
bta_gattc_read_cmpl()
cb_data
.
write
.
handle
=
p_data
->
p_cmpl
->
att_value
.
handle
;
bta_gattc_act.c:1399
bta_gattc_write_cmpl()
if
(
memcmp
(
p_clcb
->
p_q_cmd
->
api_write
.
p_value
,
p_data
->
p_cmpl
->
att_value
.
value
,
bta_gattc_act.c:1403
bta_gattc_write_cmpl()
p_data
->
p_cmpl
->
att_value
.
len
)
!=
0
)
{
bta_gattc_act.c:1404
bta_gattc_write_cmpl()
if
(
p_data
->
p_cmpl
&&
p_data
->
status
==
BTA_GATT_OK
)
{
bta_gattc_act.c:1468
bta_gattc_cfg_mtu_cmpl()
p_clcb
->
p_srcb
->
mtu
=
p_data
->
p_cmpl
->
mtu
;
bta_gattc_act.c:1469
bta_gattc_cfg_mtu_cmpl()
p_buf
->
p_cmpl
=
(
tGATT_CL_COMPLETE
*
)
(
p_buf
+
1
)
;
bta_gattc_act.c:2224
bta_gattc_cmpl_sendmsg()
memcpy
(
p_buf
->
p_cmpl
,
p_data
,
sizeof
(
tGATT_CL_COMPLETE
)
)
;
bta_gattc_act.c:2225
bta_gattc_cmpl_sendmsg()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_OP_CMPL::p_cmpl
is written by 1 function and is read by 4 functions:
bta_gattc_cmpl_sendmsg()
All items filtered out
tBTA_GATTC_OP_CMPL::p_cmpl
bta_gattc_read_cmpl()
bta_gattc_write_cmpl()
bta_gattc_cfg_mtu_cmpl()
bta_gattc_cmpl_sendmsg()
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