Search found 1 match
- Sun Jun 16, 2024 5:57 pm
- Forum: ESP-IDF
- Topic: BLE HID device Gamepad button click not recognised on iOS
- Replies: 2
- Views: 851
BLE HID device Gamepad button click not recognised on iOS
Hi. I'm working on a Gamepad device, following esp_hid_device example. I have modified the example to run under bluedroid, modify the demo function to: esp_hid_ble_gap_adv_init(ESP_HID_APPEARANCE_GAMEPAD, ble_hid_config.device_name); const unsigned char mediaReportMap[] = { 0x05, 0x01, // USAGE_PAGE...