| Index: public/platform/modules/bluetooth/WebBluetoothError.h
|
| diff --git a/public/platform/modules/bluetooth/WebBluetoothError.h b/public/platform/modules/bluetooth/WebBluetoothError.h
|
| index 0a26e171daf2bb73a508fdbc9a76e276ee46af75..3ef42358d40c9e74122115d6dd7468ba7d769c37 100644
|
| --- a/public/platform/modules/bluetooth/WebBluetoothError.h
|
| +++ b/public/platform/modules/bluetooth/WebBluetoothError.h
|
| @@ -36,9 +36,12 @@ enum class WebBluetoothError {
|
| // NotFoundError:
|
| BluetoothAdapterOff,
|
| NoBluetoothAdapter,
|
| + NoBluetoothChooser,
|
| DiscoverySessionStartFailed,
|
| DiscoverySessionStopFailed,
|
| NoDevicesFound,
|
| + ChosenDeviceVanished,
|
| + ChooserCancelled,
|
| ServiceNotFound,
|
| CharacteristicNotFound,
|
| // NotSupportedError:
|
|
|