ESP-IDF
esp_hidh_cb_param_t::init
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
esp_hidh_cb_param_t::init
esp_hidh_cb_param_t::init field
ESP_HIDH_INIT_EVT HIDH callback param of ESP_HIDH_INIT_EVT
Syntax
Show:
Summary
Declaration
from
esp_hidh_api.h:143
struct
hidh_init_evt_param
{
esp_hidh_status_t
status
;
}
init
;
Examples
References
from
examples
Code
Location
Referrer
}
init
;
/*!< HIDH callback param of ESP_HIDH_INIT_EVT */
esp_hidh_api.h:145
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
esp_hidh_cb_param_t::init
is read by 3 functions:
All items filtered out
esp_hidh_cb_param_t::init
btc_hh_init()
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