Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/host/bluedroid/btc/profile/std/hid/
Dbtc_hh.c85 tBTA_HH_PROTO_MODE proto_mode = BTA_HH_PROTO_UNKNOWN; in proto_mode_change_to_lower_layer() local
89 proto_mode = BTA_HH_PROTO_RPT_MODE; in proto_mode_change_to_lower_layer()
92 proto_mode = BTA_HH_PROTO_BOOT_MODE; in proto_mode_change_to_lower_layer()
98 return proto_mode; in proto_mode_change_to_lower_layer()
109 …tic inline esp_hidh_protocol_mode_t proto_mode_change_to_upper_layer(tBTA_HH_PROTO_MODE proto_mode) in proto_mode_change_to_upper_layer() argument
113 switch (proto_mode) { in proto_mode_change_to_upper_layer()
792 param.get_proto.proto_mode = ESP_HIDH_UNSUPPORTED_MODE; in btc_hh_get_protocol()
1432 p_data->hs_data.handle, p_data->hs_data.rsp_data.proto_mode, in btc_hh_cb_handler()
1433 (p_data->hs_data.rsp_data.proto_mode == BTA_HH_PROTO_RPT_MODE) in btc_hh_cb_handler()
1435 … : (p_data->hs_data.rsp_data.proto_mode == BTA_HH_PROTO_BOOT_MODE) ? "Boot Mode" in btc_hh_cb_handler()
[all …]
Dbta_hh_co.c147 p_data.int_data.proto_mode = mode; in bta_hh_co_data()
/hal_espressif-latest/components/bt/host/bluedroid/api/include/api/
Desp_hidh_api.h190 esp_hidh_protocol_mode_t proto_mode; /*!< protocol mode */ member
251 esp_hidh_protocol_mode_t proto_mode; /*!< protocol mode */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/include/bta/
Dbta_hh_api.h272 tBTA_HH_PROTO_MODE proto_mode; /* GET_PROTO_EVT :protocol mode */ member
291 tBTA_HH_PROTO_MODE proto_mode; /* protocol mode */ member
/hal_espressif-latest/components/bt/host/bluedroid/bta/hh/
Dbta_hh_le.c783 UINT8 proto_mode, BOOLEAN register_ba) in bta_hh_le_register_input_notif() argument
791 APPL_TRACE_DEBUG("bta_hh_le_register_input_notif mode: %d", proto_mode); in bta_hh_le_register_input_notif()
811 else if (proto_mode == BTA_HH_PROTO_BOOT_MODE) { in bta_hh_le_register_input_notif()
827 } else if (proto_mode == BTA_HH_PROTO_RPT_MODE) { in bta_hh_le_register_input_notif()
1052 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_RPT_MODE; in bta_hh_le_get_protocol_mode()
1854 hs_data.rsp_data.proto_mode = p_dev_cb->mode; in bta_hh_le_proc_read_proto_mode()
1859 hs_data.rsp_data.proto_mode = *(p_data->p_value->unformat.p_value); in bta_hh_le_proc_read_proto_mode()
1861 if (hs_data.rsp_data.proto_mode == 0) { in bta_hh_le_proc_read_proto_mode()
1862 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_BOOT_MODE; in bta_hh_le_proc_read_proto_mode()
1864 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_RPT_MODE; in bta_hh_le_proc_read_proto_mode()
[all …]
Dbta_hh_act.c661 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_UNKNOWN; in bta_hh_handsk_act()
745 hs_data.rsp_data.proto_mode = ((*data) == HID_PAR_PROTOCOL_REPORT) ? \ in bta_hh_ctrl_dat_act()
749 … (hs_data.rsp_data.proto_mode == BTA_HH_PROTO_RPT_MODE) ? "Report" : "Boot"); in bta_hh_ctrl_dat_act()