ESP-IDF
tBTA_GATTC_SERV::total_attr
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_attr
tBTA_GATTC_SERV::total_attr field
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:337
UINT16
total_attr
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
total_attr
;
bta_gattc_int.h:337
p_srvc_cb
->
total_attr
=
0
;
bta_gattc_cache.c:191
bta_gattc_init_cache()
p_srvc_cb
->
total_attr
++
;
bta_gattc_cache.c:979
bta_gattc_disc_res_cback()
size_t
db_size
=
(
(
end_handle
-
start_handle
+
1
)
<
p_srcb
->
total_attr
)
?
(
end_handle
-
start_handle
+
1
)
:
p_srcb
->
total_attr
;
bta_gattc_cache.c:1348
bta_gattc_get_db_with_opration()
p_clcb
->
p_srcb
->
total_attr
=
num_attr
;
bta_gattc_cache.c:2158
bta_gattc_cache_load()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_SERV::total_attr
is written by 3 functions and is read by 2 functions:
bta_gattc_init_cache()
bta_gattc_disc_res_cback()
bta_gattc_cache_load()
All items filtered out
tBTA_GATTC_SERV::total_attr
bta_gattc_disc_res_cback()
bta_gattc_get_db_with_opration()
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