Uploaded image for project: 'Qt'
  1. Qt
  2. QTBUG-36764

Sub-optimal implementation for QBluetoothLocalDevice::connectedDevices() on Android

    XMLWordPrintable

Details

    • Android

    Description

      The above function call requires a better implementation. Only very recently (API v18) Android provided an API to obtain the list of connected devices.

      To get this list the implementation remembers the connected devices by means of monitoring the android.bluetooth.device.action.ACL_CONNECTED/ACL_DISCONNECTED signals. This has limits as immediately after startup the list of connected devices is empty.

      The implementation should be improved so that Android v18+ devices utilize the newly added API for a complete list of connected devices.

      Attachments

        No reviews matched the request. Check your Options in the drop-down menu of this sections header.

        Activity

          People

            ablasche Alex Blasche
            ablasche Alex Blasche
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved:

              Gerrit Reviews

                There are no open Gerrit changes