ESP-IDF
tBTA_GATTC_SERV::cur_srvc_idx
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::cur_srvc_idx
tBTA_GATTC_SERV::cur_srvc_idx field
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:332
UINT8
cur_srvc_idx
;
Examples
References
from
examples
Code
Location
Referrer
UINT8
cur_srvc_idx
;
bta_gattc_int.h:332
p_srvc_cb
->
cur_srvc_idx
=
0
;
bta_gattc_cache.c:188
bta_gattc_init_cache()
p_rec
=
p_srvc_cb
->
p_srvc_list
+
p_srvc_cb
->
cur_srvc_idx
;
bta_gattc_cache.c:432
bta_gattc_get_disc_range()
tBTA_GATTC_ATTR_REC
*
p_rec
=
p_srvc_cb
->
p_srvc_list
+
p_srvc_cb
->
cur_srvc_idx
;
bta_gattc_cache.c:586
bta_gattc_explore_srvc()
APPL_TRACE_DEBUG
(
"Start service discovery: srvc_idx = %d"
,
p_srvc_cb
->
cur_srvc_idx
)
;
bta_gattc_cache.c:589
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_srvc_idx
++
;
bta_gattc_cache.c:683
bta_gattc_char_disc_cmpl()
p_srvc_cb
->
cur_srvc_idx
++
;
bta_gattc_cache.c:723
bta_gattc_char_dscpt_disc_cmpl()
p_rec
->
e_handle
=
(
p_srvc_cb
->
p_srvc_list
+
p_srvc_cb
->
cur_srvc_idx
)
->
e_handle
;
bta_gattc_cache.c:817
bta_gattc_add_char_to_list()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_SERV::cur_srvc_idx
is written by 3 functions and is read by 5 functions:
bta_gattc_init_cache()
bta_gattc_char_disc_cmpl()
bta_gattc_char_dscpt_disc_cmpl()
All items filtered out
tBTA_GATTC_SERV::cur_srvc_idx
bta_gattc_get_disc_range()
bta_gattc_explore_srvc()
bta_gattc_char_disc_cmpl()
bta_gattc_char_dscpt_disc_cmpl()
bta_gattc_add_char_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