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

Commit f606ff9c authored by Pranav Vashi's avatar Pranav Vashi Committed by Sevenrock
Browse files

fixup! DeviceGroup: Framework changes for Group Device operations.



fixup for change-Id: I0a8186e800e9d2701319db1adc97bdcf0441cc12

Signed-off-by: default avatarPranav Vashi <neobuddy89@gmail.com>
Change-Id: Id67a9bc3e4a0e411b7377f111324465ca447b2a3
parent d7f1a802
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -3278,6 +3278,7 @@ public final class BluetoothAdapter {
            case BluetoothProfile.LE_AUDIO:
                BluetoothLeAudio leAudio = (BluetoothLeAudio) proxy;
                leAudio.close();
                break;
            case BluetoothProfile.GROUP_CLIENT:
                BluetoothDeviceGroup groupClient = (BluetoothDeviceGroup) proxy;
                groupClient.close();