ESP-IDF
bta_gattc_find_matching_service()
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/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_find_matching_service()
bta_gattc_find_matching_service() function
Syntax
Show:
Summary
Declaration
Definition
from
bta_gattc_cache.c:54
tBTA_GATTC_SERVICE
*
bta_gattc_find_matching_service
(
const
list_t
*
services
,
UINT16
handle
)
;
Implemented in
bta_gattc_cache.c:1157
Arguments
Argument
services
handle
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()
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()
bta_gattc_update_include_service()
Examples
References
from
examples
Code
Location
Referrer
tBTA_GATTC_SERVICE
*
bta_gattc_find_matching_service
(
const
list_t
*
services
,
UINT16
handle
)
{
bta_gattc_cache.c:1157
tBTA_GATTC_SERVICE
*
bta_gattc_find_matching_service
(
const
list_t
*
services
,
UINT16
handle
)
;
bta_gattc_cache.c:54
tBTA_GATTC_SERVICE
*
service
=
bta_gattc_find_matching_service
(
p_srvc_cb
->
p_srvc_cache
,
attr_handle
)
;
bta_gattc_cache.c:315
bta_gattc_add_char_to_cache()
tBTA_GATTC_SERVICE
*
service
=
bta_gattc_find_matching_service
(
p_srvc_cb
->
p_srvc_cache
,
handle
)
;
bta_gattc_cache.c:366
bta_gattc_add_attr_to_cache()
isvc
->
included_service
=
bta_gattc_find_matching_service
(
bta_gattc_cache.c:384
bta_gattc_add_attr_to_cache()
include_service
->
included_service
=
bta_gattc_find_matching_service
(
services
,
include_service
->
incl_srvc_s_handle
)
;
bta_gattc_cache.c:563
bta_gattc_update_include_service()
return
bta_gattc_find_matching_service
(
services
,
handle
)
;
bta_gattc_cache.c:1178
bta_gattc_get_service_for_handle_srcb()
return
bta_gattc_find_matching_service
(
services
,
handle
)
;
bta_gattc_cache.c:1185
bta_gattc_get_service_for_handle()
Call Tree
from
examples
bta_gattc_find_matching_service()
is called by 5 functions and calls 5 functions:
bta_gattc_add_char_to_cache()
bta_gattc_add_attr_to_cache()
bta_gattc_update_include_service()
bta_gattc_get_service_for_handle_srcb()
bta_gattc_get_service_for_handle()
All items filtered out
bta_gattc_find_matching_service()
list_begin()
list_end()
list_next()
list_node()
list_is_empty()
All items filtered out
Data Use
from
examples
bta_gattc_find_matching_service()
reads 2 variables:
tBTA_GATTC_SERVICE::s_handle
tBTA_GATTC_SERVICE::e_handle
All items filtered out
bta_gattc_find_matching_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
All items filtered out
All items filtered out