This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Bluetooth mouse working with qt application

HI Team,

I am facing a problem with bluetooth mouse interaction with qt application

Please suggest information.

I have followed the below link:

http://processors.wiki.ti.com/index.php/OMAP_Wireless_Connectivity_Bluetooth_GUI

/opt # hidd --search                                                            
Searching ...                                                                   
        Connecting to device 00:11:67:11:12:C6                                  
input: ISSC ISSC v410 090622D as /devices/virtual/bluetooth/hci0/hci0:42/input4
generic-bluetooth 0005:0000:0000.0004: input: BLUETOOTH HID v0.00 Mouse [ISSC IC
/opt # hidd --connect 00:11:67:11:12:C6                                         
input: ISSC ISSC v410 090622D as /devices/virtual/bluetooth/hci0/hci0:43/input5
generic-bluetooth 0005:0000:0000.0005: input: BLUETOOTH HID v0.00 Mouse [ISSC IC

Device node is verated in /dev/input/event1

i run evtest on /dev/input/event1 node,it is also working fine.

Now i want to work bluetooth mouse in QT[4.6.3 & above version].

Please help to solve the issue.

Regards

Alex