Home
last modified time | relevance | path

Searched refs:w4_set_protocol_response (Results 1 – 2 of 2) sorted by relevance

/btstack/src/classic/
H A Dhid_host.c771 if (!connection->w4_set_protocol_response) break; in hid_host_handle_control_packet()
772 connection->w4_set_protocol_response = false; in hid_host_handle_control_packet()
786 if (!connection->w4_set_protocol_response) break; in hid_host_handle_control_packet()
787 connection->w4_set_protocol_response = false; in hid_host_handle_control_packet()
1082 connection->w4_set_protocol_response = true; in hid_host_packet_handler()
1113 connection->w4_set_protocol_response = true; in hid_host_packet_handler()
1422 …D_HOST_CONNECTION_ESTABLISHED || connection->set_protocol || connection->w4_set_protocol_response){ in hid_host_send_set_protocol_mode()
H A Dhid_host.h102 bool w4_set_protocol_response; member