How QN9080 BLE HID Get the data

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

How QN9080 BLE HID Get the data

448 Views
victoryang
Contributor I

Hi,

I want to make a ble keyboard working on the qn9080 processor. I succeed in transferring all the key codes to the host using the api "Hid_SendInputReport(uint16_t serviceHandle, uint16_t reportlen, void* pInReport)". The question is that I can't find an api to get the report data from the host, so that I can't get the CAP, NUM and SCROLL state from the host.

Someone can help me? Thank you!

Tags (1)
0 Kudos
1 Reply

334 Views
estephania_mart
NXP TechSupport
NXP TechSupport

Hello, 

I'm not sure if I understood completely the issue if you want to avoid or detect the CAP, NUM and SCROLL.

Assuming you are using the demo for the hid_device... by any chance have you checked how it's implemented the different events for the mouse and how those are reported? I believe that can help you. 

Also, you can get a general overview of how are both the host and device implemented by checking the BLE Demo Applications User's Guide. 

Regards, 

Estephania 

0 Kudos