hid suspend request

Hey,

I am using an HID keyboard + keyboard toggle in my project,

When the nrf connects an iOS phone, it takes control over the phone's keyboard.

To release the kb we use toggle hid report send.

The problem is, if we send the hid, when the phone is not in a text field application, the toggle has no effect.

I read about an HID suspend/resume feature that should practice an HID connection/disconnection like behavior.

I could not find a lot of info about the suspend in the spec sheet of nrf.

1) Please, could u point me to the right direction?  

2) Is there another way to take/release control over the keyboard in the iOS phone, from the nrf board.

Will appreciate any help,

Kobi

Parents
  • Hi

    By the toggle report not taking effect at all, is the toggle report being called in your application at all, and if so does it return any error codes? Have you tried debugging to see what actually is going on with this function? I don't see any glaring issues with it. But then again, it's hard to spot just by looking at it.

    Best regards,

    Simon

Reply
  • Hi

    By the toggle report not taking effect at all, is the toggle report being called in your application at all, and if so does it return any error codes? Have you tried debugging to see what actually is going on with this function? I don't see any glaring issues with it. But then again, it's hard to spot just by looking at it.

    Best regards,

    Simon

Children
No Data
Related