ESP-IDF
hidh_init_evt_param::status
is only used within ESP-IDF.
Symbol previews are coming soon...
Symbols
loading (2/5)...
Files
loading (3/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_init_evt_param::status
hidh_init_evt_param::status field
status
Syntax
Show:
Summary
Declaration
from
esp_hidh_api.h:144
esp_hidh_status_t
status
;
Examples
References
from
examples
Code
Location
Referrer
esp_hidh_status_t
status
;
/*!< status */
esp_hidh_api.h:144
p
.
start
.
status
=
bt_hidh_get_status
(
param
->
init
.
status
)
;
bt_hidh.c:207
esp_hh_cb()
if
(
param
->
init
.
status
!=
ESP_HIDH_OK
)
{
bt_hidh.c:210
esp_hh_cb()
ESP_LOGE
(
TAG
,
"ENABLE ERROR: %s"
,
s_esp_hh_status_names
[
param
->
init
.
status
]
)
;
bt_hidh.c:211
esp_hh_cb()
param
.
init
.
status
=
ret
;
btc_hh.c:469
btc_hh_init()
param
.
init
.
status
=
p_data
->
status
;
btc_hh.c:1241
btc_hh_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hidh_init_evt_param::status
is written by 2 functions and is read by 1 function:
btc_hh_init()
btc_hh_cb_handler()
All items filtered out
hidh_init_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