Acknowledge after HID write

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
NaEs_1338616
Level 1
Level 1

Hello everybody,

   

I've been working with a PRoC BLE module (CYBLE-022001-00 ) as a HID keyboard in a very simple manner, I send a key code to the module and it sends it via Bluetooth to a Bluetooth enabled device, and this works fine for the most part.

   

The problem is that sometimes, let's say the module is connected to a PC, when I send the keys, some keys appear on the computer and some others don't, I imagine this happens because there was an error while sending the those keys via Bluetooth, so my question is, which event can I check to verify if the HID notification has, indeed, been received correctly by the computer?

   

Thanks in advance! 

0 Likes
1 Reply
AnjanaM_61
Moderator
Moderator
Moderator
10 questions asked 5 comments on KBA First comment on KBA

Hi,

   

Could you please check the API result of the function which sends your HID data?

   

Please check whether it is a Error_ok or some other.

   

Thanks,

   

Anjana

0 Likes