ESP-IDF
ble_gatts_svc_entry::handle
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading...
Files
loading (2/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
ble_gatts_svc_entry::handle
ble_gatts_svc_entry::handle field
Syntax
Show:
Summary
Declaration
from
ble_gatts.c:78
uint16_t
handle
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
handle
;
/* 0 means unregistered. */
ble_gatts.c:78
put_le16
(
buf
+
0
,
entry
->
handle
)
;
ble_gatts.c:229
ble_gatts_inc_access()
if
(
entry
==
NULL
||
entry
->
handle
==
0
)
{
ble_gatts.c:581
ble_gatts_svc_incs_satisfied()
if
(
idx
==
-
1
||
ble_gatts_svc_entries
[
idx
]
.
handle
==
0
)
{
ble_gatts.c:584
ble_gatts_svc_incs_satisfied()
if
(
entry
->
handle
==
0
)
{
ble_gatts.c:1354
ble_gatts_register_round()
entry
->
handle
=
handle
;
ble_gatts.c:1359
ble_gatts_register_round()
entry
->
handle
=
0
;
ble_gatts.c:1424
ble_gatts_register_svcs()
ble_gatts_svc_entries
[
idx
]
.
handle
=
0
;
ble_gatts.c:1434
ble_gatts_register_svcs()
att_svc
=
ble_att_svr_find_by_handle
(
svc_entry
->
handle
)
;
ble_gatts.c:2645
ble_gatts_find_svc_chr_attr()
*
out_handle
=
entry
->
handle
;
ble_gatts.c:2695
ble_gatts_find_svc()
start_handle
=
entry
->
handle
;
ble_gatts.c:2886
ble_gatts_add_dynamic_svcs()
if
(
entry
->
handle
!=
0
)
{
ble_gatts.c:2920
ble_gatts_deregister_svc()
rc
=
ble_att_svr_deregister
(
entry
->
handle
,
entry
->
end_group_handle
)
;
ble_gatts.c:2921
ble_gatts_deregister_svc()
ha
=
ble_att_svr_find_by_handle
(
entry
->
handle
)
;
ble_gatts.c:2965
ble_gatts_delete_svc()
start_handle
=
entry
->
handle
;
ble_gatts.c:2985
ble_gatts_delete_svc()
if
(
entry
->
handle
==
handle
)
{
ble_gatts.c:3067
ble_gatts_svc_set_visibility()
ble_att_svr_restore_range
(
entry
->
handle
,
entry
->
end_group_handle
)
;
ble_gatts.c:3069
ble_gatts_svc_set_visibility()
ble_att_svr_hide_range
(
entry
->
handle
,
entry
->
end_group_handle
)
;
ble_gatts.c:3071
ble_gatts_svc_set_visibility()
entry
->
handle
,
ble_gatts.c:3249
ble_gatts_lcl_svc_foreach()
ble_gatts_svc_entries
[
i
]
.
handle
,
ble_gatts.c:3257
ble_gatts_lcl_svc_foreach()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
ble_gatts_svc_entry::handle
is written by 2 functions and is read by 10 functions:
ble_gatts_register_round()
ble_gatts_register_svcs()
All items filtered out
ble_gatts_svc_entry::handle
ble_gatts_inc_access()
ble_gatts_svc_incs_satisfied()
ble_gatts_register_round()
ble_gatts_find_svc_chr_attr()
ble_gatts_find_svc()
ble_gatts_add_dynamic_svcs()
ble_gatts_deregister_svc()
ble_gatts_delete_svc()
ble_gatts_svc_set_visibility()
ble_gatts_lcl_svc_foreach()
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