Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit bfc776af authored by Łukasz Rymanowski's avatar Łukasz Rymanowski
Browse files

Dialer: Handle LEAudioDevice

This extends ROUTE_BLUETOOTH with a OUT_BLE_HEADSET type which is used
for LE Audio devices

Bug: 150670922
Sponsor: jpawlowski@

Change-Id: I0f0b15c2df16ade5b55a09f4fcfd89dca24e7e32
parent 1bb1d2a9
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -85,6 +85,7 @@ public class AudioModeProvider {
      switch (info.getType()) {
        case AudioDeviceInfo.TYPE_BLUETOOTH_A2DP:
        case AudioDeviceInfo.TYPE_BLUETOOTH_SCO:
        case AudioDeviceInfo.TYPE_BLE_HEADSET:
          hasBluetooth = true;
          continue;
        case AudioDeviceInfo.TYPE_WIRED_HEADSET: