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

Hid over GATT (HOGP) - BLE_APPEARANCE_GENERIC_HID sample


Hello i am making an application using hid over gatt. i changed original keyboard usb description with fido description for test, however, i don't get any event through. I want to test ble in generic usb through ble, and fido usb is quite handy for testing that. I see nordic without any clear example of receiving data (current examples are just sending from device to pc) as packets from pc via hogp, i hope someone will share share that case.
void on_hids_evt(ble_hids_t * p_hids, ble_hids_evt_t * p_evt), So where did I make the wrong configuration, what to modify because my send and receive packets are 64 bytes.
    f  
Related