Home
last modified time | relevance | path

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

/Zephyr-latest/samples/bluetooth/peripheral_hids/src/
Dhog.c59 static uint8_t simulate_input; variable
118 simulate_input = (value == BT_GATT_CCC_NOTIFY) ? 1 : 0; in input_ccc_changed()
189 if (simulate_input) { in hog_button_loop()