ESP-IDF
esp_hidh_cb_param_t::deinit
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
esp_hidh_cb_param_t::deinit
esp_hidh_cb_param_t::deinit field
ESP_HIDH_DEINIT_EVT HIDH callback param of ESP_HIDH_DEINIT_EVT
Syntax
Show:
Summary
Declaration
from
esp_hidh_api.h:150
struct
hidh_uninit_evt_param
{
esp_hidh_status_t
status
;
}
deinit
;
Examples
References
from
examples
Code
Location
Referrer
}
deinit
;
/*!< HIDH callback param of ESP_HIDH_DEINIT_EVT */
esp_hidh_api.h:152
p
.
stop
.
status
=
bt_hidh_get_status
(
param
->
deinit
.
status
)
;
bt_hidh.c:217
esp_hh_cb()
if
(
param
->
deinit
.
status
!=
ESP_HIDH_OK
)
{
bt_hidh.c:220
esp_hh_cb()
ESP_LOGE
(
TAG
,
"DISABLE ERROR: %s"
,
s_esp_hh_status_names
[
param
->
deinit
.
status
]
)
;
bt_hidh.c:221
esp_hh_cb()
param
.
deinit
.
status
=
ret
;
btc_hh.c:507
btc_hh_deinit()
param
.
deinit
.
status
=
p_data
->
status
;
btc_hh.c:1265
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::deinit
is read by 3 functions:
All items filtered out
esp_hidh_cb_param_t::deinit
btc_hh_deinit()
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