Lines Matching refs:requested_protocol_mode

667 …        if (connection->requested_protocol_mode == HID_PROTOCOL_MODE_REPORT_WITH_FALLBACK_TO_BOOT){  in hid_host_handle_sdp_client_query_result()
684 … if (connection->requested_protocol_mode == HID_PROTOCOL_MODE_REPORT_WITH_FALLBACK_TO_BOOT){ in hid_host_handle_sdp_client_query_result()
705 connection->requested_protocol_mode = HID_PROTOCOL_MODE_BOOT; in hid_host_handle_sdp_client_query_result()
724 connection->requested_protocol_mode = HID_PROTOCOL_MODE_REPORT; in hid_host_handle_sdp_client_query_result()
776 connection->protocol_mode = connection->requested_protocol_mode; in hid_host_handle_control_packet()
978 switch (connection->requested_protocol_mode){ in hid_host_packet_handler()
1005 …fo("Opened control connection, requested protocol mode %d\n", connection->requested_protocol_mode); in hid_host_packet_handler()
1009 switch (connection->requested_protocol_mode){ in hid_host_packet_handler()
1023 connection->protocol_mode = connection->requested_protocol_mode; in hid_host_packet_handler()
1079 … uint8_t protocol_mode = connection->requested_protocol_mode == HID_PROTOCOL_MODE_BOOT ? 0 : 1; in hid_host_packet_handler()
1110 … uint8_t header = (HID_MESSAGE_TYPE_SET_PROTOCOL << 4) | connection->requested_protocol_mode; in hid_host_packet_handler()
1249 connection->requested_protocol_mode = protocol_mode; in hid_host_accept_connection()
1285 connection->requested_protocol_mode = protocol_mode; in hid_host_connect()
1290 switch (connection->requested_protocol_mode){ in hid_host_connect()
1427 connection->requested_protocol_mode = protocol_mode; in hid_host_send_set_protocol_mode()