ESP-IDF
hidh_get_proto_evt_param::proto_mode
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_get_proto_evt_param::proto_mode
hidh_get_proto_evt_param::proto_mode field
protocol mode
Syntax
Show:
Summary
Declaration
from
esp_hidh_api.h:190
esp_hidh_protocol_mode_t
proto_mode
;
Examples
References
from
examples
Code
Location
Referrer
esp_hidh_protocol_mode_t
proto_mode
;
/*!< protocol mode */
esp_hidh_api.h:190
dev
->
protocol_mode
=
param
->
get_proto
.
proto_mode
;
// update the device protocol mode
bt_hidh.c:608
esp_hh_cb()
*
(
(
(
uint8_t
*
)
p_param
)
+
sizeof
(
esp_hidh_event_data_t
)
)
=
param
->
get_proto
.
proto_mode
;
bt_hidh.c:609
esp_hh_cb()
param
.
get_proto
.
proto_mode
=
ESP_HIDH_UNSUPPORTED_MODE
;
btc_hh.c:792
btc_hh_get_protocol()
param
.
get_proto
.
proto_mode
=
proto_mode_change_to_upper_layer
(
p_data
->
hs_data
.
rsp_data
.
proto_mode
)
;
btc_hh.c:1437
btc_hh_cb_handler()
Call Tree
from
examples
All items filtered out
All items filtered out
Data Use
from
examples
hidh_get_proto_evt_param::proto_mode
is written by 2 functions and is read by 1 function:
btc_hh_get_protocol()
btc_hh_cb_handler()
All items filtered out
hidh_get_proto_evt_param::proto_mode
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