Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(69)

Unified Diff: content/browser/bluetooth/bluetooth_device_chooser_controller.cc

Issue 2874873003: bluetooth: Implement simulateGATTConnectionResponse() (Closed)
Patch Set: Improve comments Created 3 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: content/browser/bluetooth/bluetooth_device_chooser_controller.cc
diff --git a/content/browser/bluetooth/bluetooth_device_chooser_controller.cc b/content/browser/bluetooth/bluetooth_device_chooser_controller.cc
index 5c35cc3619b7178d8b40f63f28d9aea9f7b930a2..ed7de7450660e1c8274f95f1913cb45bcefe5357 100644
--- a/content/browser/bluetooth/bluetooth_device_chooser_controller.cc
+++ b/content/browser/bluetooth/bluetooth_device_chooser_controller.cc
@@ -491,6 +491,7 @@ void BluetoothDeviceChooserController::SetTestScanDurationForTesting() {
}
void BluetoothDeviceChooserController::PopulateConnectedDevices() {
+ // TODO(crbug.com/728897): Use RetrieveGattConnectedDevices once implemented.
for (const device::BluetoothDevice* device : adapter_->GetDevices()) {
if (device->IsGattConnected()) {
AddFilteredDevice(*device);
« no previous file with comments | « no previous file | device/bluetooth/public/interfaces/test/fake_bluetooth.mojom » ('j') | device/bluetooth/test/fake_central.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698