ESP-IDF
hidh_get_idle_evt_param::status
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
hidh_get_idle_evt_param::status
hidh_get_idle_evt_param::status field
operation status
Syntax
Show:
Summary
Declaration
from
esp_hidh_api.h:232
esp_hidh_status_t
status
;
Examples
References
from
examples
Code
Location
Referrer
esp_hidh_status_t
status
;
/*!< operation status */
esp_hidh_api.h:232
if
(
param
->
get_idle
.
status
!=
ESP_HIDH_OK
)
{
bt_hidh.c:534
esp_hh_cb()
s_esp_hh_status_names
[
param
->
get_idle
.
status
]
)
;
bt_hidh.c:536
esp_hh_cb()
dev
->
status
=
param
->
get_idle
.
status
;
bt_hidh.c:546
esp_hh_cb()
p_param
->
feature
.
status
=
bt_hidh_get_status
(
param
->
get_idle
.
status
)
;
bt_hidh.c:550
esp_hh_cb()
if
(
param
->
get_idle
.
status
==
ESP_HIDH_OK
)
{
bt_hidh.c:552
esp_hh_cb()
param
.
get_idle
.
status
=
ret
;
btc_hh.c:1055
btc_hh_get_idle_time()
param
.
get_idle
.
status
=
p_data
->
hs_data
.
status
;
btc_hh.c:1477
btc_hh_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hidh_get_idle_evt_param::status
is written by 2 functions and is read by 1 function:
btc_hh_get_idle_time()
btc_hh_cb_handler()
All items filtered out
hidh_get_idle_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