This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

nRFgo Studio configuration for HID over Gatt

Hi,

I have successfully implemented the UART over BLE. Now I'm trying to implement the HID over GATT for my nrf8001 device. What I'm trying to achieve is lower connection interval of the IOS device connected. The question is what is the correct setup configuration for this protocol? Specifically should I have the pipe for HID Report map, HID Report information, HID report? If no, then what should be the correct configuration? How does the Report Map is read by the peer device? I have a custom ACI controller (not arduino)

Related