Hey,
I saw the example in the SDK for hid keyboard over ble but it is only as a peripheral device.
In my project I have the nordic board as a central device connecting to an android and communicating via uart over ble.
I also want the nordic board to be able to send the android HID keys and to be able to write using this flow "HELLO WORLD" on the android.
The problem is I must have the android discover my board's gatt to be able to send the HID key. Is there any way to do this?
I tried advertising the board first and connecting the android as the central, then disconnecting and start advertising the android and connect the board as the central.
this doesn't raise any errors but does not result in seeing anything written on the android.
Can anyone give me a better clue on what I am missing?
Thanks,
Robbie