Bluetooth Instance / Protocol Of The WiiMote. More...
#include "wiimote_hid.h"#include "powerblocks/core/bluetooth/blerror.h"#include "wiimote.h"#include "wiimote_sys.h"#include "wiimote_extension.h"#include "wiimote_log.h"#include "FreeRTOS.h"#include "timers.h"#include <string.h>#include <stdlib.h>Functions | |
| int | wiimote_hid_initialize (wiimote_hid_t *wiimote, const hci_discovered_device_info_t *discovery, int slot) |
| void | wiimote_hid_close (wiimote_hid_t *wiimote) |
| int | wiimote_hid_set_report (wiimote_hid_t *wiimote, uint8_t report_type, bool update_ir_mode) |
| bool | wiimote_hid_driver_filter (const hci_discovered_device_info_t *device, const char *device_name) |
| void * | wiimote_hid_driver_initialize (const hci_discovered_device_info_t *device) |
| void | wiimote_hid_driver_free_device (void *instance) |
Bluetooth Instance / Protocol Of The WiiMote.
Contains the code to actually communicate with wiimotes.