ESP-IDF
tBTA_GATTC_SERV::srvc_hdl_chg
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_SERV::srvc_hdl_chg
tBTA_GATTC_SERV::srvc_hdl_chg field
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:338
UINT8
srvc_hdl_chg
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
srvc_hdl_chg
;
/* service handle change indication pending */
bta_gattc_int.h:338
if
(
p_clcb
->
p_srcb
->
srvc_hdl_chg
)
{
bta_gattc_act.c:748
bta_gattc_conn()
p_clcb
->
p_srcb
->
srvc_hdl_chg
=
FALSE
;
bta_gattc_act.c:749
bta_gattc_conn()
p_clcb
->
p_srcb
->
srvc_hdl_chg
=
FALSE
;
bta_gattc_act.c:1028
bta_gattc_start_discover()
if
(
p_clcb
->
auto_update
==
BTA_GATTC_DISC_WAITING
&&
p_clcb
->
p_srcb
->
srvc_hdl_chg
)
{
bta_gattc_act.c:1526
bta_gattc_op_cmpl()
p_srcb
->
srvc_hdl_chg
=
TRUE
;
bta_gattc_act.c:2018
bta_gattc_process_srvc_chg_ind()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_SERV::srvc_hdl_chg
is written by 3 functions and is read by 2 functions:
bta_gattc_conn()
bta_gattc_start_discover()
bta_gattc_process_srvc_chg_ind()
All items filtered out
tBTA_GATTC_SERV::srvc_hdl_chg
bta_gattc_conn()
bta_gattc_op_cmpl()
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