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

    Are you using the nRF5 SDK or nRF Connect SDK for development? From the code snippets you have added seems like the nRF5 SDK, but the links are from the nRF Connect SDK documentation. But yes, these seem helpful if you're using the nRF Connect SDK for development, as it does not seem to be part of the nRF5 SDK. In which case you might need to disconnect/connect manually.

    Best regards,

    Simon

Reply
  • Hi

    Are you using the nRF5 SDK or nRF Connect SDK for development? From the code snippets you have added seems like the nRF5 SDK, but the links are from the nRF Connect SDK documentation. But yes, these seem helpful if you're using the nRF Connect SDK for development, as it does not seem to be part of the nRF5 SDK. In which case you might need to disconnect/connect manually.

    Best regards,

    Simon

Children
Related