ESP-IDF
tBTA_GATTC_SERV::cur_char_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_char_idx
tBTA_GATTC_SERV::cur_char_idx field
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:333
UINT16
cur_char_idx
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
cur_char_idx
;
bta_gattc_int.h:333
p_srvc_cb
->
cur_char_idx
=
0
;
bta_gattc_cache.c:189
bta_gattc_init_cache()
p_rec
=
p_srvc_cb
->
p_srvc_list
+
p_srvc_cb
->
cur_char_idx
;
bta_gattc_cache.c:435
bta_gattc_get_disc_range()
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()
p_srvc_cb
->
cur_char_idx
=
p_srvc_cb
->
total_srvc
;
bta_gattc_cache.c:653
bta_gattc_incl_srvc_disc_cmpl()
tBTA_GATTC_ATTR_REC
*
p_rec
=
p_srvc_cb
->
p_srvc_list
+
p_srvc_cb
->
cur_char_idx
;
bta_gattc_cache.c:669
bta_gattc_char_disc_cmpl()
p_rec
=
p_srvc_cb
->
p_srvc_list
+
(
++
p_srvc_cb
->
cur_char_idx
)
;
bta_gattc_cache.c:704
bta_gattc_char_dscpt_disc_cmpl()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_SERV::cur_char_idx
is written by 4 functions and is read by 3 functions:
bta_gattc_init_cache()
bta_gattc_explore_srvc()
bta_gattc_incl_srvc_disc_cmpl()
bta_gattc_char_dscpt_disc_cmpl()
All items filtered out
tBTA_GATTC_SERV::cur_char_idx
bta_gattc_get_disc_range()
bta_gattc_char_disc_cmpl()
bta_gattc_char_dscpt_disc_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