Home
last modified time | relevance | path

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

/btstack/src/classic/
H A Dhid_host.c1089 … if ((connection->control_tasks & CONTROL_MESSAGE_BITMASK_SUSPEND) != 0){ in hid_host_packet_handler()
1090 connection->control_tasks &= ~CONTROL_MESSAGE_BITMASK_SUSPEND; in hid_host_packet_handler()
1095 … if ((connection->control_tasks & CONTROL_MESSAGE_BITMASK_EXIT_SUSPEND) != 0){ in hid_host_packet_handler()
1096 … connection->control_tasks &= ~CONTROL_MESSAGE_BITMASK_EXIT_SUSPEND; in hid_host_packet_handler()
1101 … if ((connection->control_tasks & CONTROL_MESSAGE_BITMASK_VIRTUAL_CABLE_UNPLUG) != 0){ in hid_host_packet_handler()
1102 … connection->control_tasks &= ~CONTROL_MESSAGE_BITMASK_VIRTUAL_CABLE_UNPLUG; in hid_host_packet_handler()
1181 if (connection->control_tasks != 0){ in hid_host_packet_handler()
1343 connection->control_tasks |= control_message_bitmask; in hid_host_send_control_message()
H A Dhid_host.h125 uint8_t control_tasks; member