Loading system/gd/rust/linux/stack/src/bluetooth.rs +3 −3 Original line number Diff line number Diff line Loading @@ -1148,9 +1148,6 @@ impl BtifBluetoothCallbacks for Bluetooth { d.update_properties(&properties); d.seen(); // Services are resolved. d.services_resolved = true; Bluetooth::send_metrics_remote_device_info(d); let info = d.info.clone(); Loading @@ -1163,6 +1160,9 @@ impl BtifBluetoothCallbacks for Bluetooth { }) .map_or(false, |v| v); // Services are resolved when uuids are fetched. d.services_resolved = has_uuids; if d.wait_to_connect && has_uuids { d.wait_to_connect = false; Loading Loading
system/gd/rust/linux/stack/src/bluetooth.rs +3 −3 Original line number Diff line number Diff line Loading @@ -1148,9 +1148,6 @@ impl BtifBluetoothCallbacks for Bluetooth { d.update_properties(&properties); d.seen(); // Services are resolved. d.services_resolved = true; Bluetooth::send_metrics_remote_device_info(d); let info = d.info.clone(); Loading @@ -1163,6 +1160,9 @@ impl BtifBluetoothCallbacks for Bluetooth { }) .map_or(false, |v| v); // Services are resolved when uuids are fetched. d.services_resolved = has_uuids; if d.wait_to_connect && has_uuids { d.wait_to_connect = false; Loading