ESP-IDF
ble_gatts_svc_entry::end_group_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
ble_gatts_svc_entry::end_group_handle
ble_gatts_svc_entry::end_group_handle field
Syntax
Show:
Summary
Declaration
from
ble_gatts.c:79
uint16_t
end_group_handle
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
end_group_handle
;
/* 0xffff means unset. */
ble_gatts.c:79
put_le16
(
buf
+
2
,
entry
->
end_group_handle
)
;
ble_gatts.c:230
ble_gatts_inc_access()
entry
->
end_group_handle
=
ble_att_svr_prev_handle
(
)
;
ble_gatts.c:1360
ble_gatts_register_round()
entry
->
end_group_handle
=
0xffff
;
ble_gatts.c:1425
ble_gatts_register_svcs()
ble_gatts_svc_entries
[
idx
]
.
end_group_handle
=
0xffff
;
ble_gatts.c:1435
ble_gatts_register_svcs()
if
(
cur
->
ha_handle_id
==
svc_entry
->
end_group_handle
)
{
ble_gatts.c:2658
ble_gatts_find_svc_chr_attr()
if
(
cur
->
ha_handle_id
>
svc_entry
->
end_group_handle
)
{
ble_gatts.c:2744
ble_gatts_find_dsc()
end_handle
=
entry
->
end_group_handle
;
ble_gatts.c:2891
ble_gatts_add_dynamic_svcs()
rc
=
ble_att_svr_deregister
(
entry
->
handle
,
entry
->
end_group_handle
)
;
ble_gatts.c:2921
ble_gatts_deregister_svc()
while
(
(
ha
=
ble_att_svr_find_by_uuid
(
ha
,
&
uuid_chr
.
u
,
entry
->
end_group_handle
)
)
!=
NULL
)
{
ble_gatts.c:2970
ble_gatts_delete_svc()
end_handle
=
entry
->
end_group_handle
;
ble_gatts.c:2986
ble_gatts_delete_svc()
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
->
end_group_handle
,
arg
)
;
ble_gatts.c:3250
ble_gatts_lcl_svc_foreach()
ble_gatts_svc_entries
[
i
]
.
end_group_handle
,
arg
)
;
ble_gatts.c:3258
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::end_group_handle
is written by 2 functions and is read by 8 functions:
ble_gatts_register_round()
ble_gatts_register_svcs()
All items filtered out
ble_gatts_svc_entry::end_group_handle
ble_gatts_inc_access()
ble_gatts_find_svc_chr_attr()
ble_gatts_find_dsc()
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