ESP-IDF
hidh_data_ind_evt_param::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
hidh_data_ind_evt_param::handle
hidh_data_ind_evt_param::handle field
device handle
Syntax
Show:
Summary
Declaration
from
esp_hidh_api.h:250
uint8_t
handle
;
Examples
References
from
examples
Code
Location
Referrer
uint8_t
handle
;
/*!< device handle */
esp_hidh_api.h:250
ESP_LOGE
(
TAG
,
"DATA_IND ERROR: handle: %d, status: %s"
,
param
->
data_ind
.
handle
,
bt_hidh.c:647
esp_hh_cb()
dev
=
esp_hidh_dev_get_by_handle
(
param
->
data_ind
.
handle
)
;
bt_hidh.c:650
esp_hh_cb()
ESP_LOGE
(
TAG
,
"Device Not Found: handle %u"
,
param
->
data_ind
.
handle
)
;
bt_hidh.c:652
esp_hh_cb()
ESP_LOGE
(
TAG
,
"Not find report handle: %d mode: %s"
,
param
->
data_ind
.
handle
,
bt_hidh.c:685
esp_hh_cb()
param
.
data_ind
.
handle
=
p_data
->
int_data
.
handle
;
btc_hh.c:1525
btc_hh_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hidh_data_ind_evt_param::handle
is written by 1 function and is read by 1 function:
btc_hh_cb_handler()
All items filtered out
hidh_data_ind_evt_param::handle
esp_hh_cb()
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