ESP-IDF
tBTA_GATTC_SERV::total_char
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_char
tBTA_GATTC_SERV::total_char field
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:336
UINT16
total_char
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
total_char
;
bta_gattc_int.h:336
p_srvc_cb
->
total_char
=
0
;
bta_gattc_cache.c:530
bta_gattc_start_disc_char()
if
(
p_srvc_cb
->
total_char
>
0
)
{
bta_gattc_cache.c:672
bta_gattc_char_disc_cmpl()
while
(
--
p_srvc_cb
->
total_char
>
0
)
{
bta_gattc_cache.c:703
bta_gattc_char_dscpt_disc_cmpl()
if
(
p_srvc_cb
->
total_char
==
0
)
/* all characteristic has been explored, start with next service if any */
bta_gattc_cache.c:718
bta_gattc_char_dscpt_disc_cmpl()
p_srvc_cb
->
total_char
++
;
bta_gattc_cache.c:812
bta_gattc_add_char_to_list()
if
(
p_srvc_cb
->
total_char
>
1
)
{
bta_gattc_cache.c:821
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::total_char
is written by 3 functions and is read by 3 functions:
bta_gattc_start_disc_char()
bta_gattc_char_dscpt_disc_cmpl()
bta_gattc_add_char_to_list()
All items filtered out
tBTA_GATTC_SERV::total_char
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