Hi,
I am using ble_sdk_app_hids_keyboard example:
I try to HID connect an iOS MPA, toggle the keyboard and send HID keys.
I encounter the following issues:
1) On HID connect, the state of the keyboard is unknown (User/System - meaning the keyboard is toggled up or down). On that case the toggle might create the opposite conditions required in the application. Is there a way to configure that on HID connection, the keyboard will be toggled down allways?
2) With regards to (1), is there a way to know the keyboard state on connection (i.e. through descriptors or other info).
3) I have been able to write characters to the screen (a, b, c..) using key - 0x04, 0x05 .. and modifiers 0x00. However, when trying to send other sequences (such as spotlight - modifier 0x08, key 0x2C), the HID send has no effect. I am using the upper example, so no sure what could go wrong.
I'll really appreciate any help,
Kobi