nRF Connect SDK API 2.8.99
|
void hid_reportq_unsubscribe | ( | struct hid_reportq * | q, |
uint8_t | rep_id ) |
#include <applications/nrf_desktop/src/util/hid_reportq.h>
Unsubscribe from HID report with given ID.
Disabling subscription for a given HID report ID, drops all of the enqueued HID reports related to the ID.
[in] | q | Pointer to the queue instance. |
[in] | rep_id | HID report ID. |