Chromium Code Reviews| Index: device/bluetooth/bluetooth_adapter.h |
| diff --git a/device/bluetooth/bluetooth_adapter.h b/device/bluetooth/bluetooth_adapter.h |
| index 3b864c308c9cb25cd68b963f68862889ea3b000c..1479a805625ccb7af0bb106882b06e6db1953c53 100644 |
| --- a/device/bluetooth/bluetooth_adapter.h |
| +++ b/device/bluetooth/bluetooth_adapter.h |
| @@ -320,6 +320,9 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapter |
| // Indicates whether the adapter is currently discovering new devices. |
| virtual bool IsDiscovering() const = 0; |
| + // This function get add all the connected peripherals into |devices_|. |
|
ortuno
2016/09/28 23:15:52
Could you open an issue and add a TODO for impleme
jlebel
2016/10/05 14:09:41
Done.
|
| + virtual void RetrievedConnectedPeripherals() {} |
| + |
| // Requests the adapter to start a new discovery session. On success, a new |
| // instance of BluetoothDiscoverySession will be returned to the caller via |
| // |callback| and the adapter will be discovering nearby Bluetooth devices. |