ESP-IDF
tGATT_CBACK::p_cmpl_cb
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
tGATT_CBACK::p_cmpl_cb
tGATT_CBACK::p_cmpl_cb field
Syntax
Show:
Summary
Declaration
from
gatt_api.h:602
tGATT_CMPL_CBACK
*
p_cmpl_cb
;
Examples
References
from
examples
Code
Location
Scope
Referrer
tGATT_CMPL_CBACK
*
p_cmpl_cb
;
gatt_api.h:602
static
const
tGATT_CBACK
bta_gattc_cl_cback
=
{
bta_gattc_act.c:76
bta_gattc_cl_cback
bta_gattc_cmpl_cback()
static
const
tGATT_CBACK
gap_cback
=
{
gap_ble.c:52
gap_cback
gap_ble_c_cmpl_cback()
static
const
tGATT_CBACK
gatt_profile_cback
=
{
gatt_attr.c:68
gatt_profile_cback
gatt_cl_op_cmpl_cback()
if
(
p_reg
->
in_use
&&
p_reg
->
app_cb
.
p_cmpl_cb
&&
(
event
==
GATTC_OPTYPE_INDICATION
)
)
{
gatt_cl.c:708
gatt_process_notification()
if
(
p_reg
->
in_use
&&
p_reg
->
app_cb
.
p_cmpl_cb
)
{
gatt_cl.c:723
gatt_process_notification()
(
*
p_reg
->
app_cb
.
p_cmpl_cb
)
(
conn_id
,
event
,
encrypt_status
,
(
tGATT_CL_COMPLETE
*
)
&
value
)
;
gatt_cl.c:725
gatt_process_notification()
if
(
p_reg
->
in_use
&&
p_reg
->
app_cb
.
p_cmpl_cb
)
{
gatt_cl.c:750
gatt_process_notification()
(
*
p_reg
->
app_cb
.
p_cmpl_cb
)
(
conn_id
,
event
,
encrypt_status
,
(
tGATT_CL_COMPLETE
*
)
&
value
)
;
gatt_cl.c:752
gatt_process_notification()
tGATT_CMPL_CBACK
*
p_cmpl_cb
=
(
p_clcb
->
p_reg
)
?
p_clcb
->
p_reg
->
app_cb
.
p_cmpl_cb
:
NULL
;
gatt_utils.c:2267
gatt_end_operation()
Call Tree
from
examples
tGATT_CBACK::p_cmpl_cb
is called by 1 function:
gatt_process_notification()
All items filtered out
tGATT_CBACK::p_cmpl_cb
All items filtered out
Data Use
from
examples
tGATT_CBACK::p_cmpl_cb
is read by 2 functions:
All items filtered out
tGATT_CBACK::p_cmpl_cb
gatt_process_notification()
gatt_end_operation()
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
tGATT_CBACK::p_cmpl_cb
implements 3 functionss:
gap_ble_c_cmpl_cback()
gatt_cl_op_cmpl_cback()
bta_gattc_cmpl_cback()
All items filtered out
tGATT_CBACK::p_cmpl_cb
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out