ESP-IDF
+
0
/1 examples
SourceVu will show references to
esp_gatts_incl_svc_desc_t::end_hdl
from the following samples and libraries:
ble_hid_device_demo sample
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
esp_gatts_incl_svc_desc_t::end_hdl
esp_gatts_incl_svc_desc_t::end_hdl field
Gatt end handle value of included service
Syntax
Show:
Summary
Declaration
from
esp_gatt_defs.h:575
uint16_t
end_hdl
;
Examples
esp_gatts_incl_svc_desc_t::end_hdl
is referenced by 1 libraries and example projects:
ble_hid_device_demo sample
References
from
0/1
examples
Code
Location
Referrer
uint16_t
end_hdl
;
/*!< Gatt end handle value of included service */
esp_gatt_defs.h:575
dev
->
hid_incl_svc
.
end_hdl
=
dev
->
bat_svc
.
handle
+
BAS_IDX_NB
-
1
;
ble_hidd.c:389
bat_event_handler()
}
else
if
(
(
svc_desc
->
start_hdl
==
0
)
||
(
svc_desc
->
end_hdl
==
0
)
||
btc_gatts.c:455
btc_gatts_check_valid_attr_tab()
(
svc_desc
->
start_hdl
==
svc_desc
->
end_hdl
)
)
{
btc_gatts.c:456
btc_gatts_check_valid_attr_tab()
__func__
,
svc_desc
->
start_hdl
,
svc_desc
->
end_hdl
)
;
btc_gatts.c:458
btc_gatts_check_valid_attr_tab()
Call Tree
from
0/1
examples
All items filtered out
All items filtered out
Data Use
from
0/1
examples
esp_gatts_incl_svc_desc_t::end_hdl
is written by 1 function and is read by 1 function:
bat_event_handler()
All items filtered out
esp_gatts_incl_svc_desc_t::end_hdl
btc_gatts_check_valid_attr_tab()
All items filtered out
Class Tree
from
0/1
examples
All items filtered out
All items filtered out
Override Tree
from
0/1
examples
All items filtered out
All items filtered out
Implementations
from
0/1
examples
All items filtered out
All items filtered out
Instances
from
0/1
examples
Lifecycle
from
0/1
examples
All items filtered out
All items filtered out