ESP-IDF
tGATT_CBACK::p_disc_res_cb
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
tGATT_CBACK::p_disc_res_cb
tGATT_CBACK::p_disc_res_cb field
Syntax
Show:
Summary
Declaration
from
gatt_api.h:603
tGATT_DISC_RES_CB
*
p_disc_res_cb
;
Examples
References
from
examples
Code
Location
Scope
Referrer
tGATT_DISC_RES_CB
*
p_disc_res_cb
;
gatt_api.h:603
static
const
tGATT_CBACK
bta_gattc_cl_cback
=
{
bta_gattc_act.c:76
bta_gattc_cl_cback
bta_gattc_disc_res_cback()
static
const
tGATT_CBACK
gatt_profile_cback
=
{
gatt_attr.c:68
gatt_profile_cback
gatt_disc_res_cback()
if
(
p_clcb
->
p_reg
->
app_cb
.
p_disc_res_cb
)
{
gatt_cl.c:428
gatt_process_find_type_value_rsp()
(
*
p_clcb
->
p_reg
->
app_cb
.
p_disc_res_cb
)
(
p_clcb
->
conn_id
,
p_clcb
->
op_subtype
,
&
result
)
;
gatt_cl.c:429
gatt_process_find_type_value_rsp()
if
(
p_clcb
->
p_reg
->
app_cb
.
p_disc_res_cb
)
{
gatt_cl.c:492
gatt_process_read_info_rsp()
(
*
p_clcb
->
p_reg
->
app_cb
.
p_disc_res_cb
)
(
p_clcb
->
conn_id
,
p_clcb
->
op_subtype
,
&
result
)
;
gatt_cl.c:493
gatt_process_read_info_rsp()
if
(
(
(
!
p_clcb
->
p_reg
)
||
(
!
p_clcb
->
p_reg
->
app_cb
.
p_disc_res_cb
)
)
&&
(
p_clcb
->
operation
==
GATTC_OPTYPE_DISCOVERY
)
)
{
gatt_cl.c:778
gatt_process_read_by_type_rsp()
if
(
p_clcb
->
operation
==
GATTC_OPTYPE_DISCOVERY
&&
p_clcb
->
p_reg
->
app_cb
.
p_disc_res_cb
)
{
gatt_cl.c:924
gatt_process_read_by_type_rsp()
(
*
p_clcb
->
p_reg
->
app_cb
.
p_disc_res_cb
)
(
p_clcb
->
conn_id
,
p_clcb
->
op_subtype
,
&
result
)
;
gatt_cl.c:925
gatt_process_read_by_type_rsp()
if
(
p_clcb
->
p_reg
->
app_cb
.
p_disc_res_cb
)
{
gatt_cl.c:1006
gatt_process_read_rsp()
(
*
p_clcb
->
p_reg
->
app_cb
.
p_disc_res_cb
)
(
p_clcb
->
conn_id
,
p_clcb
->
op_subtype
,
&
p_clcb
->
read_uuid128
.
result
)
;
gatt_cl.c:1007
gatt_process_read_rsp()
Call Tree
from
examples
tGATT_CBACK::p_disc_res_cb
is called by 4 functions:
gatt_process_find_type_value_rsp()
gatt_process_read_info_rsp()
gatt_process_read_by_type_rsp()
gatt_process_read_rsp()
All items filtered out
tGATT_CBACK::p_disc_res_cb
All items filtered out
Data Use
from
examples
tGATT_CBACK::p_disc_res_cb
is read by 4 functions:
All items filtered out
tGATT_CBACK::p_disc_res_cb
gatt_process_find_type_value_rsp()
gatt_process_read_info_rsp()
gatt_process_read_by_type_rsp()
gatt_process_read_rsp()
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_disc_res_cb
implements 2 functionss:
gatt_disc_res_cback()
bta_gattc_disc_res_cback()
All items filtered out
tGATT_CBACK::p_disc_res_cb
All items filtered out
Instances
from
examples
Lifecycle
from
examples
All items filtered out
All items filtered out