45:23 AM
To: Jérôme Godbout
Cc: Alex Blasche; Qt Project MailingList
Subject: Re: [Interest] Detect connected Bluetooth keyboard under Android
@Alex: i tried your suggestion but the problem is that the BluetoothHIDDevice
class was introduced in API level 28, but I need Level 24.
Maybe this can be
not be easily monitored.
>
> -Original Message-
> From: Interest On Behalf
> Of Roman Wüger
> Sent: November 1, 2018 5:58 AM
> To: Alex Blasche
> Cc: Qt Project MailingList
> Subject: Re: [Interest] Detect connected Bluetooth keyboard under Android
>
> Hi Alex,
be easily monitored.
-Original Message-
From: Interest On Behalf
Of Roman Wüger
Sent: November 1, 2018 5:58 AM
To: Alex Blasche
Cc: Qt Project MailingList
Subject: Re: [Interest] Detect connected Bluetooth keyboard under Android
Hi Alex,
thanks for the hint. My plan was that the user shoul
Hi Alex,
thanks for the hint. My plan was that the user should pair and connect the
keyboard manually in the settings dialog. In the application i only want to
know if a keyboard is connected, otherwise I will show an onscreen keyboard.
Thanks
Regards
Roman
> Am 30.10.2018 um 08:24 schrieb Al
As a disclaimer I have not really done any HID work on Android, but based on
the Android docs you need to use the BluetoothHidDevice class to interact with
such keyboards. BluetoothHidDevice.Callback.onConnectionStateChanged is
probably what you need.
This Android API is not available via Qt AP