| Index: chrome/common/extensions/api/experimental_bluetooth.idl
|
| diff --git a/chrome/common/extensions/api/experimental_bluetooth.idl b/chrome/common/extensions/api/experimental_bluetooth.idl
|
| index bdfbf814192e09ad76c61a36311bacfc245ba879..5deb66d563dd84421ae3f167a7b60993c42509b3 100644
|
| --- a/chrome/common/extensions/api/experimental_bluetooth.idl
|
| +++ b/chrome/common/extensions/api/experimental_bluetooth.idl
|
| @@ -190,8 +190,9 @@ namespace experimental.bluetooth {
|
| optional ResultCallback callback);
|
|
|
| // Start discovery. Discovered devices will be returned via the
|
| - // |onDeviceDiscovered| callback. Note that discovery can be resource
|
| - // intensive. stopDiscovery should be called as soon as is convenient.
|
| + // |onDeviceDiscovered| callback. Discovery will fail to start if it is
|
| + // already in progress. Discovery can be resource intensive: stopDiscovery
|
| + // should be called as soon as possible.
|
| // |options| : The options for this function.
|
| // |callback| : Called to indicate success or failure.
|
| static void startDiscovery(
|
|
|