ESP-IDF
tBTA_GATTC_ATTR_REC::e_handle
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_ATTR_REC::e_handle
tBTA_GATTC_ATTR_REC::e_handle field
Syntax
Show:
Summary
Declaration
from
bta_gattc_int.h:291
UINT16
e_handle
;
Examples
References
from
examples
Code
Location
Referrer
UINT16
e_handle
;
bta_gattc_int.h:291
*
p_e_hdl
=
p_rec
->
e_handle
;
bta_gattc_cache.c:439
bta_gattc_get_disc_range()
p_rec
->
e_handle
,
bta_gattc_cache.c:602
bta_gattc_explore_srvc()
if
(
p_rec
->
s_handle
==
s_handle
||
p_rec
->
e_handle
==
e_handle
)
{
bta_gattc_cache.c:744
bta_gattc_srvc_in_list()
p_rec
->
e_handle
=
e_handle
;
bta_gattc_cache.c:775
bta_gattc_add_srvc_to_list()
p_rec
->
e_handle
=
(
p_srvc_cb
->
p_srvc_list
+
p_srvc_cb
->
cur_srvc_idx
)
->
e_handle
;
bta_gattc_cache.c:817
bta_gattc_add_char_to_list()
p_rec
->
e_handle
=
decl_handle
-
1
;
bta_gattc_cache.c:823
bta_gattc_add_char_to_list()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
tBTA_GATTC_ATTR_REC::e_handle
is written by 2 functions and is read by 4 functions:
bta_gattc_add_srvc_to_list()
bta_gattc_add_char_to_list()
All items filtered out
tBTA_GATTC_ATTR_REC::e_handle
bta_gattc_get_disc_range()
bta_gattc_explore_srvc()
bta_gattc_srvc_in_list()
bta_gattc_add_char_to_list()
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