ESP-IDF
bta_gattc_update_include_service()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (1/5)...
Files
loading (2/5)...
Summary
Syntax
Arguments
Related
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
bta_gattc_update_include_service()
bta_gattc_update_include_service() function
Syntax
Show:
Summary
Declaration
from
bta_gattc_cache.c:552
void
bta_gattc_update_include_service
(
const
list_t
*
services
)
;
Arguments
Argument
services
Related Functions
Found 24 other functions taking a
list_t
argument:
Function
Description
list_begin()
list_end()
list_is_empty()
list_remove()
list_free()
list_append()
list_length()
list_front()
list_foreach()
bta_gattc_find_matching_service()
list_prepend()
find_bucket_entry_()
list_clear()
list_free_node()
list_back()
list_delete_node()
list_contains()
list_get_node()
bta_gattc_get_db_size()
* Returns number of elements inside db from start_handle to end_handle
list_insert_after()
list_delete()
bta_gattc_get_db_size_with_type()
list_back_node()
bta_gattc_insert_sec_service_to_cache()
Examples
References
from
examples
Code
Location
Referrer
void
bta_gattc_update_include_service
(
const
list_t
*
services
)
{
bta_gattc_cache.c:552
bta_gattc_update_include_service
(
p_srvc_cb
->
p_srvc_cache
)
;
bta_gattc_cache.c:612
bta_gattc_explore_srvc()
Call Tree
from
examples
bta_gattc_update_include_service()
is called by 1 function and calls 8 functions:
bta_gattc_explore_srvc()
All items filtered out
bta_gattc_update_include_service()
free()
list_remove()
list_begin()
list_end()
list_next()
list_node()
list_is_empty()
bta_gattc_find_matching_service()
All items filtered out
Data Use
from
examples
bta_gattc_update_include_service()
reads 3 variables and writes 1 variable:
tBTA_GATTC_SERVICE::included_svc
tBTA_GATTC_INCLUDED_SVC::incl_srvc_s_handle
tBTA_GATTC_INCLUDED_SVC::included_service
All items filtered out
bta_gattc_update_include_service()
tBTA_GATTC_INCLUDED_SVC::included_service
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
bta_gattc_update_include_service()
allocates 1 types:
tBTA_GATTC_INCLUDED_SVC
All items filtered out
bta_gattc_update_include_service()
All items filtered out