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

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

Merge "floss: Set connectable on startup to let devices reconnect." am: dc7a3d99

Original change: https://android-review.googlesource.com/c/platform/packages/modules/Bluetooth/+/2006658

Change-Id: I4edeacd6a024575c5b12ca9feac41a6ace2d93a9
parents bde6921c dc7a3d99
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -498,6 +498,9 @@ impl BtifBluetoothCallbacks for Bluetooth {

            // Also need to manually request some properties
            self.intf.lock().unwrap().get_adapter_property(BtPropertyType::ClassOfDevice);

            // Ensure device is connectable so that disconnected device can reconnect
            self.set_connectable(true);
        }
    }