Loading system/gd/rust/linux/stack/src/bluetooth.rs +3 −0 Original line number Original line Diff line number Diff line Loading @@ -498,6 +498,9 @@ impl BtifBluetoothCallbacks for Bluetooth { // Also need to manually request some properties // Also need to manually request some properties self.intf.lock().unwrap().get_adapter_property(BtPropertyType::ClassOfDevice); self.intf.lock().unwrap().get_adapter_property(BtPropertyType::ClassOfDevice); // Ensure device is connectable so that disconnected device can reconnect self.set_connectable(true); } } } } Loading Loading
system/gd/rust/linux/stack/src/bluetooth.rs +3 −0 Original line number Original line Diff line number Diff line Loading @@ -498,6 +498,9 @@ impl BtifBluetoothCallbacks for Bluetooth { // Also need to manually request some properties // Also need to manually request some properties self.intf.lock().unwrap().get_adapter_property(BtPropertyType::ClassOfDevice); self.intf.lock().unwrap().get_adapter_property(BtPropertyType::ClassOfDevice); // Ensure device is connectable so that disconnected device can reconnect self.set_connectable(true); } } } } Loading