ESP-IDF
tBTA_GATTC_SERV::total_srvc
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::total_srvc
tBTA_GATTC_SERV::total_srvc field
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:335
UINT8
total_srvc
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
total_srvc
;
bta_gattc_int.h:335
p_srvc_cb
->
total_srvc
=
0
;
bta_gattc_cache.c:187
bta_gattc_init_cache()
p_srvc_cb
->
cur_char_idx
=
p_srvc_cb
->
next_avail_idx
=
p_srvc_cb
->
total_srvc
;
bta_gattc_cache.c:591
bta_gattc_explore_srvc()
if
(
p_srvc_cb
->
cur_srvc_idx
<
p_srvc_cb
->
total_srvc
)
{
bta_gattc_cache.c:598
bta_gattc_explore_srvc()
p_srvc_cb
->
cur_char_idx
=
p_srvc_cb
->
total_srvc
;
bta_gattc_cache.c:653
bta_gattc_incl_srvc_disc_cmpl()
p_srvc_cb
->
total_srvc
++
;
bta_gattc_cache.c:779
bta_gattc_add_srvc_to_list()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_SERV::total_srvc
is written by 2 functions and is read by 3 functions:
bta_gattc_init_cache()
bta_gattc_add_srvc_to_list()
All items filtered out
tBTA_GATTC_SERV::total_srvc
bta_gattc_explore_srvc()
bta_gattc_incl_srvc_disc_cmpl()
bta_gattc_add_srvc_to_list()
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