ESP-IDF
esp_hidh_cb_param_t::set_rpt
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/5)...
Files
loading (5/5)...
ESP-IDF
lwIP
FreeRTOS
cJSON
mbedTLS
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_cb_param_t::set_rpt
esp_hidh_cb_param_t::set_rpt field
ESP_HIDH_SET_RPT_EVT HIDH callback param of ESP_HIDH_SET_RPT_EVT
Syntax
Show:
Summary
Declaration
from
esp_hidh_api.h:214
struct
hidh_set_rpt_evt_param
{
esp_hidh_status_t
status
;
uint8_t
handle
;
}
set_rpt
;
Examples
References
from
examples
Code
Location
Referrer
}
set_rpt
;
/*!< HIDH callback param of ESP_HIDH_SET_RPT_EVT */
esp_hidh_api.h:217
if
(
param
->
set_rpt
.
status
!=
ESP_HIDH_OK
)
{
bt_hidh.c:471
esp_hh_cb()
ESP_LOGE
(
TAG
,
"SET_RPT ERROR: handle: %d, status: %s"
,
param
->
set_rpt
.
handle
,
bt_hidh.c:472
esp_hh_cb()
s_esp_hh_status_names
[
param
->
set_rpt
.
status
]
)
;
bt_hidh.c:473
esp_hh_cb()
dev
=
esp_hidh_dev_get_by_handle
(
param
->
set_rpt
.
handle
)
;
bt_hidh.c:475
esp_hh_cb()
dev
->
status
=
param
->
set_rpt
.
status
;
bt_hidh.c:481
esp_hh_cb()
p
.
feature
.
status
=
bt_hidh_get_status
(
param
->
set_rpt
.
status
)
;
bt_hidh.c:484
esp_hh_cb()
param
.
set_rpt
.
handle
=
BTA_HH_INVALID_HANDLE
;
btc_hh.c:964
btc_hh_set_report()
param
.
set_rpt
.
status
=
ret
;
btc_hh.c:965
btc_hh_set_report()
param
.
set_rpt
.
handle
=
p_data
->
dev_status
.
handle
;
btc_hh.c:1469
btc_hh_cb_handler()
param
.
set_rpt
.
status
=
p_data
->
dev_status
.
status
;
btc_hh.c:1470
btc_hh_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
esp_hidh_cb_param_t::set_rpt
is read by 3 functions:
All items filtered out
esp_hidh_cb_param_t::set_rpt
btc_hh_set_report()
btc_hh_cb_handler()
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