ESP-IDF
esp_hidh_dev_report_s::ccc_handle
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (3/5)...
Files
loading (4/5)...
Summary
Syntax
Examples
References
Call Tree
Data Use
Class Tree
Override Tree
Implementations
Instances
Lifecycle
SourceVu
ESP-IDF Framework and Examples
ESP-IDF
esp_hidh_dev_report_s::ccc_handle
esp_hidh_dev_report_s::ccc_handle field
Syntax
Show:
Summary
Declaration
from
esp_hidh_private.h:35
uint16_t
ccc_handle
;
Examples
References
from
examples
Code
Location
Referrer
uint16_t
ccc_handle
;
//handle to client config
esp_hidh_private.h:35
report
->
ccc_handle
=
0
;
ble_hidh.c:181
read_device_services()
report
->
ccc_handle
=
dhandle
;
ble_hidh.c:223
read_device_services()
if
(
report
->
ccc_handle
)
{
ble_hidh.c:316
attach_report_listeners()
write_char_descr
(
gattc_if
,
dev
->
ble
.
conn_id
,
report
->
ccc_handle
,
2
,
(
uint8_t
*
)
&
ccc_data
,
ESP_GATT_WRITE_TYPE_NO_RSP
,
ESP_GATT_AUTH_REQ_NO_MITM
)
;
ble_hidh.c:318
attach_report_listeners()
report
->
report_id
,
report
->
value_len
,
report
->
permissions
,
report
->
handle
,
report
->
ccc_handle
)
;
ble_hidh.c:610
esp_ble_hidh_dev_dump()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_hidh_dev_report_s::ccc_handle
is written by 1 function and is read by 2 functions:
read_device_services()
All items filtered out
esp_hidh_dev_report_s::ccc_handle
attach_report_listeners()
esp_ble_hidh_dev_dump()
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