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

Commit 041110aa authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "HidHost: Extract BluetoothDevice from the message correctly" into main am: 3e54e25e

parents 49108ce0 3e54e25e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -408,7 +408,7 @@ public class HidHostService extends ProfileService {
            };

    private void handleMessageSetPreferredTransport(Message msg) {
        BluetoothDevice device = mAdapterService.getDeviceFromByte((byte[]) msg.obj);
        BluetoothDevice device = (BluetoothDevice) msg.obj;
        int transport = msg.arg1;

        int prevTransport = getTransport(device);