ESP-IDF
esp_gattc_service_elem_t::start_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
esp_gattc_service_elem_t::start_handle
esp_gattc_service_elem_t::start_handle field
Service start handle.
Syntax
Show:
Summary
Declaration
from
esp_gatt_defs.h:659
uint16_t
start_handle
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
start_handle
;
/*!< Service start handle. */
esp_gatt_defs.h:659
ESP_LOGV
(
TAG
,
"SRV(%d) %s start_handle %d, end_handle %d, uuid: 0x%04x"
,
s
,
service_result
[
s
]
.
is_primary
?
" PRIMARY"
:
""
,
service_result
[
s
]
.
start_handle
,
service_result
[
s
]
.
end_handle
,
suuid
)
;
ble_hidh.c:112
read_device_services()
if
(
esp_ble_gattc_get_all_char
(
gattc_if
,
dev
->
ble
.
conn_id
,
service_result
[
s
]
.
start_handle
,
service_result
[
s
]
.
end_handle
,
char_result
,
&
ccount
,
0
)
==
ESP_OK
)
{
ble_hidh.c:123
read_device_services()
svc_result
->
start_handle
=
db
[
offset
+
i
]
.
start_handle
;
btc_gattc.c:256
btc_gattc_fill_gatt_db_conversion()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_gattc_service_elem_t::start_handle
is written by 1 function and is read by 1 function:
btc_gattc_fill_gatt_db_conversion()
All items filtered out
esp_gattc_service_elem_t::start_handle
read_device_services()
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