ESP-IDF
tBTA_GATTC_SERVICE::included_svc
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_SERVICE::included_svc
tBTA_GATTC_SERVICE::included_svc field
Syntax
Show:
Summary
Declaration
from
bta_gatt_api.h:702
list_t
*
included_svc
;
Examples
References
from
examples
Code
Location
Referrer
list_t
*
included_svc
;
/* list of tBTA_GATTC_INCLUDED_SVC */
bta_gatt_api.h:702
list_free
(
srvc
->
included_svc
)
;
bta_gattc_cache.c:208
service_free()
p_new_srvc
->
included_svc
=
list_new
(
bta_gattc_free
)
;
bta_gattc_cache.c:282
bta_gattc_add_srvc_to_cache()
list_append
(
service
->
included_svc
,
isvc
)
;
bta_gattc_cache.c:391
bta_gattc_add_attr_to_cache()
if
(
!
service
||
!
service
->
included_svc
||
list_is_empty
(
service
->
included_svc
)
)
break
;
bta_gattc_cache.c:558
bta_gattc_update_include_service()
for
(
list_node_t
*
sn
=
list_begin
(
service
->
included_svc
)
;
sn
!=
list_end
(
service
->
included_svc
)
;
sn
=
list_next
(
sn
)
)
{
bta_gattc_cache.c:559
bta_gattc_update_include_service()
list_remove
(
service
->
included_svc
,
include_service
)
;
bta_gattc_cache.c:566
bta_gattc_update_include_service()
if
(
!
p_cur_srvc
->
included_svc
||
list_is_empty
(
p_cur_srvc
->
included_svc
)
)
bta_gattc_cache.c:1379
bta_gattc_get_db_with_opration()
for
(
list_node_t
*
isn
=
list_begin
(
p_cur_srvc
->
included_svc
)
;
bta_gattc_cache.c:1382
bta_gattc_get_db_with_opration()
isn
!=
list_end
(
p_cur_srvc
->
included_svc
)
;
isn
=
list_next
(
isn
)
)
{
bta_gattc_cache.c:1383
bta_gattc_get_db_with_opration()
if
(
p_cur_srvc
->
included_svc
&&
(
type
==
BTGATT_DB_INCLUDED_SERVICE
)
)
{
bta_gattc_cache.c:1534
bta_gattc_get_db_size_with_type()
for
(
list_node_t
*
isn
=
list_begin
(
p_cur_srvc
->
included_svc
)
;
bta_gattc_cache.c:1535
bta_gattc_get_db_size_with_type()
isn
!=
list_end
(
p_cur_srvc
->
included_svc
)
;
isn
=
list_next
(
isn
)
)
{
bta_gattc_cache.c:1536
bta_gattc_get_db_size_with_type()
if
(
p_cur_srvc
->
included_svc
)
{
bta_gattc_cache.c:1675
bta_gattc_get_db_size()
for
(
list_node_t
*
isn
=
list_begin
(
p_cur_srvc
->
included_svc
)
;
bta_gattc_cache.c:1676
bta_gattc_get_db_size()
isn
!=
list_end
(
p_cur_srvc
->
included_svc
)
;
isn
=
list_next
(
isn
)
)
{
bta_gattc_cache.c:1677
bta_gattc_get_db_size()
if
(
!
p_cur_srvc
->
included_svc
||
list_is_empty
(
p_cur_srvc
->
included_svc
)
)
{
bta_gattc_cache.c:1862
bta_gattc_get_gatt_db_impl()
for
(
list_node_t
*
isn
=
list_begin
(
p_cur_srvc
->
included_svc
)
;
bta_gattc_cache.c:1866
bta_gattc_get_gatt_db_impl()
isn
!=
list_end
(
p_cur_srvc
->
included_svc
)
;
isn
=
list_next
(
isn
)
)
{
bta_gattc_cache.c:1867
bta_gattc_get_gatt_db_impl()
if
(
!
p_cur_srvc
->
included_svc
||
list_is_empty
(
p_cur_srvc
->
included_svc
)
)
{
bta_gattc_cache.c:2104
bta_gattc_cache_save()
for
(
list_node_t
*
an
=
list_begin
(
p_cur_srvc
->
included_svc
)
;
bta_gattc_cache.c:2108
bta_gattc_cache_save()
an
!=
list_end
(
p_cur_srvc
->
included_svc
)
;
an
=
list_next
(
an
)
)
{
bta_gattc_cache.c:2109
bta_gattc_cache_save()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_SERVICE::included_svc
is written by 1 function and is read by 8 functions:
bta_gattc_add_srvc_to_cache()
All items filtered out
tBTA_GATTC_SERVICE::included_svc
service_free()
bta_gattc_add_attr_to_cache()
bta_gattc_update_include_service()
bta_gattc_get_db_with_opration()
bta_gattc_get_db_size_with_type()
bta_gattc_get_db_size()
bta_gattc_get_gatt_db_impl()
bta_gattc_cache_save()
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