ESP-IDF
hidh_get_rpt_evt_param::status
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (4/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
hidh_get_rpt_evt_param::status
hidh_get_rpt_evt_param::status field
operation status
Syntax
Show:
Summary
Declaration
from
esp_hidh_api.h:205
esp_hidh_status_t
status
;
Examples
References
from
examples
Code
Location
Referrer
esp_hidh_status_t
status
;
/*!< operation status */
esp_hidh_api.h:205
if
(
param
->
get_rpt
.
status
!=
ESP_HIDH_OK
)
{
bt_hidh.c:492
esp_hh_cb()
s_esp_hh_status_names
[
param
->
get_rpt
.
status
]
)
;
bt_hidh.c:494
esp_hh_cb()
dev
->
status
=
param
->
get_rpt
.
status
;
bt_hidh.c:504
esp_hh_cb()
p_param
->
feature
.
status
=
bt_hidh_get_status
(
param
->
get_rpt
.
status
)
;
bt_hidh.c:508
esp_hh_cb()
if
(
param
->
get_rpt
.
status
==
ESP_HIDH_OK
&&
param
->
get_rpt
.
len
>
0
&&
param
->
get_rpt
.
data
)
{
bt_hidh.c:510
esp_hh_cb()
param
.
get_rpt
.
status
=
ret
;
btc_hh.c:883
btc_hh_get_report()
param
.
get_rpt
.
status
=
p_data
->
hs_data
.
status
;
btc_hh.c:1460
btc_hh_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hidh_get_rpt_evt_param::status
is written by 2 functions and is read by 1 function:
btc_hh_get_report()
btc_hh_cb_handler()
All items filtered out
hidh_get_rpt_evt_param::status
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