Hi there,
I am trying to make my own BLE keyboard as a hobby project. I have a question about when to start sending HID reports from peripheral to central device.
My device sends a string "abcdefghijklm....." rightafter peripheral device switches to "GAPBOND_PAIRING_STATE_BONDED" GAP state, so that I am sending my key string once I have done with bonding. However, on different trials I am missing some characters from the beginning of the string. For example:
- "cdefghijklm..."
- "bcdefhijklm..."
- "ijklm..."
I would like to know when should I start sending from peripheral to HID host? I would really appreciate any kind of help or guidance.
Thank you and have a great day you all!