Searched refs:proto_mode (Results 1 – 4 of 4) sorted by relevance
781 void bta_hh_le_register_input_notif(tBTA_HH_DEV_CB *p_dev_cb, UINT8 proto_mode, BOOLEAN register_ba) in bta_hh_le_register_input_notif() argument786 APPL_TRACE_DEBUG("%s: bta_hh_le_register_input_notif mode: %d", __func__, proto_mode); in bta_hh_le_register_input_notif()800 else if (proto_mode == BTA_HH_PROTO_BOOT_MODE) in bta_hh_le_register_input_notif()818 else if (proto_mode == BTA_HH_PROTO_RPT_MODE) in bta_hh_le_register_input_notif()1003 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_RPT_MODE; in bta_hh_le_get_protocol_mode()1701 hs_data.rsp_data.proto_mode = p_dev_cb->mode; in bta_hh_le_proc_read_proto_mode()1707 hs_data.rsp_data.proto_mode = *(p_data->p_value->p_value); in bta_hh_le_proc_read_proto_mode()1709 if (hs_data.rsp_data.proto_mode == 0) in bta_hh_le_proc_read_proto_mode()1710 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_BOOT_MODE; in bta_hh_le_proc_read_proto_mode()1712 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_RPT_MODE; in bta_hh_le_proc_read_proto_mode()[all …]
702 hs_data.rsp_data.proto_mode = BTA_HH_PROTO_UNKNOWN; in bta_hh_handsk_act()780 hs_data.rsp_data.proto_mode = ((*data) == HID_PAR_PROTOCOL_REPORT)? \ in bta_hh_ctrl_dat_act()784 (hs_data.rsp_data.proto_mode == BTA_HH_PROTO_RPT_MODE)? "Report" : "Boot"); in bta_hh_ctrl_dat_act()
863 p_data->hs_data.rsp_data.proto_mode, in btif_hh_upstreams_evt()864 (p_data->hs_data.rsp_data.proto_mode == BTA_HH_PROTO_RPT_MODE) ? "Report Mode" : in btif_hh_upstreams_evt()865 … (p_data->hs_data.rsp_data.proto_mode == BTA_HH_PROTO_BOOT_MODE) ? "Boot Mode" : "Unsupported"); in btif_hh_upstreams_evt()866 if (p_data->hs_data.rsp_data.proto_mode != BTA_HH_PROTO_UNKNOWN) { in btif_hh_upstreams_evt()870 (bthh_protocol_mode_t) p_data->hs_data.rsp_data.proto_mode); in btif_hh_upstreams_evt()1382 UINT8 proto_mode = protocolMode; in set_protocol() local1402 BTIF_TRACE_WARNING("%s: Error, device proto_mode = %d.", __func__, proto_mode); in set_protocol()
285 tBTA_HH_PROTO_MODE proto_mode; /* GET_PROTO_EVT :protocol mode */ member