ESP-IDF
esp_hidh_cb_param_t::set_proto
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::set_proto
esp_hidh_cb_param_t::set_proto field
ESP_HIDH_SET_PROTO_EVT HIDH callback param of ESP_HIDH_SET_PROTO_EVT
Syntax
Show:
Summary
Declaration
from
esp_hidh_api.h:196
struct
hidh_set_proto_evt_param
{
esp_hidh_status_t
status
;
uint8_t
handle
;
}
set_proto
;
Examples
References
from
examples
Code
Location
Referrer
}
set_proto
;
/*!< HIDH callback param of ESP_HIDH_SET_PROTO_EVT */
esp_hidh_api.h:199
if
(
param
->
set_proto
.
status
!=
ESP_HIDH_OK
)
{
bt_hidh.c:624
esp_hh_cb()
ESP_LOGE
(
TAG
,
"SET_PROTO ERROR: handle: %d, status: %s"
,
param
->
set_proto
.
handle
,
bt_hidh.c:625
esp_hh_cb()
s_esp_hh_status_names
[
param
->
set_proto
.
status
]
)
;
bt_hidh.c:626
esp_hh_cb()
dev
=
esp_hidh_dev_get_by_handle
(
param
->
set_proto
.
handle
)
;
bt_hidh.c:628
esp_hh_cb()
dev
->
status
=
param
->
set_proto
.
status
;
bt_hidh.c:634
esp_hh_cb()
p
.
feature
.
status
=
bt_hidh_get_status
(
param
->
set_proto
.
status
)
;
bt_hidh.c:637
esp_hh_cb()
param
.
set_proto
.
handle
=
BTA_HH_INVALID_HANDLE
;
btc_hh.c:836
btc_hh_set_protocol()
param
.
set_proto
.
status
=
ret
;
btc_hh.c:837
btc_hh_set_protocol()
param
.
set_proto
.
handle
=
p_data
->
dev_status
.
handle
;
btc_hh.c:1445
btc_hh_cb_handler()
param
.
set_proto
.
status
=
p_data
->
dev_status
.
status
;
btc_hh.c:1446
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::set_proto
is read by 3 functions:
All items filtered out
esp_hidh_cb_param_t::set_proto
btc_hh_set_protocol()
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