ESP-IDF
tBTA_GATTC_SERVICE::e_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::e_handle
tBTA_GATTC_SERVICE::e_handle field
Syntax
Show:
Summary
Declaration
from
bta_gatt_api.h:700
UINT16
e_handle
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
e_handle
;
bta_gatt_api.h:700
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
->
e_handle
=
e_handle
;
bta_gattc_cache.c:277
bta_gattc_add_srvc_to_cache()
if
(
service
->
e_handle
<
value_handle
)
{
bta_gattc_cache.c:324
bta_gattc_add_char_to_cache()
service
->
e_handle
=
value_handle
;
bta_gattc_cache.c:325
bta_gattc_add_char_to_cache()
cb_data
.
srvc_res
.
end_handle
=
p_cache
->
e_handle
;
bta_gattc_cache.c:1130
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
->
e_handle
/* e_handle */
,
bta_gattc_cache.c:1285
bta_gattc_get_service_with_uuid()
if
(
p_cur_srvc
->
e_handle
<
start_handle
)
{
bta_gattc_cache.c:1370
bta_gattc_get_db_with_opration()
if
(
p_cur_srvc
->
e_handle
<
start_handle
)
{
bta_gattc_cache.c:1511
bta_gattc_get_db_size_with_type()
if
(
p_cur_srvc
->
e_handle
<
start_handle
)
{
bta_gattc_cache.c:1628
bta_gattc_get_db_size()
if
(
p_cur_srvc
->
e_handle
<
start_handle
)
{
bta_gattc_cache.c:1787
bta_gattc_get_gatt_db_impl()
p_cur_srvc
->
e_handle
,
bta_gattc_cache.c:1801
bta_gattc_get_gatt_db_impl()
p_cur_srvc
->
e_handle
,
bta_gattc_cache.c:2054
bta_gattc_cache_save()
p_isvc
->
included_service
->
e_handle
,
bta_gattc_cache.c:2119
bta_gattc_cache_save()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_SERVICE::e_handle
is written by 2 functions and is read by 10 functions:
bta_gattc_add_srvc_to_cache()
bta_gattc_add_char_to_cache()
All items filtered out
tBTA_GATTC_SERVICE::e_handle
bta_gattc_insert_sec_service_to_cache()
bta_gattc_add_char_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