HID protocol selection.
Synopsis:
#include <btapi/bthid.h>
typedef enum {
BT_HID_PROTOCOL_BOOT = 0
BT_HID_PROTOCOL_REPORT = 1
} bt_hid_protocol_t;
Data:
- BT_HID_PROTOCOL_BOOT
- You can set the HID protocol to Boot Protocol.
- BT_HID_PROTOCOL_REPORT
- Default is Report Protocol.
Library:
libbtapi (For the qcc command, use the -l btapi option to link against this library)