ESP-IDF
tBTA_GATTC_SERVICE::s_handle
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (4/5)...
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::s_handle
tBTA_GATTC_SERVICE::s_handle field
Syntax
Show:
Summary
Declaration
from
bta_gatt_api.h:699
UINT16
s_handle
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
s_handle
;
bta_gatt_api.h:699
if
(
service
&&
p_new_srvc
->
e_handle
<
service
->
s_handle
)
{
bta_gattc_cache.c:231
bta_gattc_insert_sec_service_to_cache()
if
(
p_new_srvc
->
s_handle
>
service
->
e_handle
&&
p_new_srvc
->
e_handle
<
next_service
->
s_handle
)
{
bta_gattc_cache.c:242
bta_gattc_insert_sec_service_to_cache()
p_new_srvc
->
s_handle
=
s_handle
;
bta_gattc_cache.c:276
bta_gattc_add_srvc_to_cache()
cb_data
.
srvc_res
.
start_handle
=
p_cache
->
s_handle
;
bta_gattc_cache.c:1129
bta_gattc_search_service()
if
(
handle
>=
service
->
s_handle
&&
handle
<=
service
->
e_handle
)
{
bta_gattc_cache.c:1166
bta_gattc_find_matching_service()
p_cur_srvc
->
s_handle
/* s_handle */
,
bta_gattc_cache.c:1284
bta_gattc_get_service_with_uuid()
p_cur_srvc
->
s_handle
,
bta_gattc_cache.c:1286
bta_gattc_get_service_with_uuid()
if
(
p_cur_srvc
->
s_handle
>
end_handle
)
{
bta_gattc_cache.c:1374
bta_gattc_get_db_with_opration()
if
(
p_cur_srvc
->
s_handle
>
end_handle
)
{
bta_gattc_cache.c:1515
bta_gattc_get_db_size_with_type()
if
(
p_cur_srvc
->
s_handle
>=
start_handle
)
{
bta_gattc_cache.c:1524
bta_gattc_get_db_size_with_type()
if
(
p_cur_srvc
->
s_handle
>
end_handle
)
{
bta_gattc_cache.c:1632
bta_gattc_get_db_size()
if
(
p_cur_srvc
->
s_handle
>=
start_handle
)
{
bta_gattc_cache.c:1637
bta_gattc_get_db_size()
if
(
p_cur_srvc
->
s_handle
>
end_handle
)
{
bta_gattc_cache.c:1791
bta_gattc_get_gatt_db_impl()
p_cur_srvc
->
s_handle
,
bta_gattc_cache.c:1800
bta_gattc_get_gatt_db_impl()
p_cur_srvc
->
s_handle
,
bta_gattc_cache.c:1802
bta_gattc_get_gatt_db_impl()
p_cur_srvc
->
s_handle
,
bta_gattc_cache.c:2053
bta_gattc_cache_save()
p_isvc
->
included_service
->
s_handle
,
bta_gattc_cache.c:2118
bta_gattc_cache_save()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_SERVICE::s_handle
is written by 1 function and is read by 9 functions:
bta_gattc_add_srvc_to_cache()
All items filtered out
tBTA_GATTC_SERVICE::s_handle
bta_gattc_insert_sec_service_to_cache()
bta_gattc_search_service()
bta_gattc_find_matching_service()
bta_gattc_get_service_with_uuid()
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