Home
last modified time | relevance | path

Searched refs:protocol_mode (Results 1 – 6 of 6) sorted by relevance

/hal_espressif-latest/components/bt/host/bluedroid/api/
Desp_hidh_api.c140 …p_err_t esp_bt_hid_host_set_protocol(esp_bd_addr_t bd_addr, esp_hidh_protocol_mode_t protocol_mode) in esp_bt_hid_host_set_protocol() argument
151 arg.set_protocol.protocol_mode = protocol_mode; in esp_bt_hid_host_set_protocol()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hid/
Dbtc_hh.c83 … inline tBTA_HH_PROTO_MODE proto_mode_change_to_lower_layer(esp_hidh_protocol_mode_t protocol_mode) in proto_mode_change_to_lower_layer() argument
87 switch (protocol_mode) { in proto_mode_change_to_lower_layer()
111 esp_hidh_protocol_mode_t protocol_mode = ESP_HIDH_UNSUPPORTED_MODE; in proto_mode_change_to_upper_layer() local
115 protocol_mode = ESP_HIDH_REPORT_MODE; in proto_mode_change_to_upper_layer()
118 protocol_mode = ESP_HIDH_BOOT_MODE; in proto_mode_change_to_upper_layer()
124 return protocol_mode; in proto_mode_change_to_upper_layer()
826 …} else if (arg->set_protocol.protocol_mode != ESP_HIDH_REPORT_MODE && arg->set_protocol.protocol_m… in btc_hh_set_protocol()
827 … BTC_TRACE_ERROR("%s: Error, device proto_mode = %d.", __func__, arg->set_protocol.protocol_mode); in btc_hh_set_protocol()
831 …SetProtoMode(p_dev->dev_handle, proto_mode_change_to_lower_layer(arg->set_protocol.protocol_mode)); in btc_hh_set_protocol()
Dbtc_hd.c888 param.set_protocol.protocol_mode = ESP_HIDD_BOOT_MODE; in btc_hd_cb_handler()
891 param.set_protocol.protocol_mode = ESP_HIDD_REPORT_MODE; in btc_hd_cb_handler()
894 param.set_protocol.protocol_mode = ESP_HIDD_UNSUPPORTED_MODE; in btc_hd_cb_handler()
/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/include/
Dbtc_hh.h134 esp_hidh_protocol_mode_t protocol_mode; member
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_hidd_api.h240 esp_hidd_protocol_mode_t protocol_mode; /*!< protocol mode */ member
Desp_hidh_api.h408 …_err_t esp_bt_hid_host_set_protocol(esp_bd_addr_t bd_addr, esp_hidh_protocol_mode_t protocol_mode);