| Index: device/bluetooth/bluetooth_adapter.h
|
| diff --git a/device/bluetooth/bluetooth_adapter.h b/device/bluetooth/bluetooth_adapter.h
|
| index 5dcf12f54bd9104841fab75bb62fed94b0ffb951..dcf76efbb3fe0533af46b6eaddc4d1a2af0462af 100644
|
| --- a/device/bluetooth/bluetooth_adapter.h
|
| +++ b/device/bluetooth/bluetooth_adapter.h
|
| @@ -260,6 +260,9 @@ class DEVICE_BLUETOOTH_EXPORT BluetoothAdapter
|
| // is only considered present if the address has been obtained.
|
| virtual bool IsPresent() const = 0;
|
|
|
| + // Disables Bluetooth completely without shutting it down.
|
| + virtual void SetDisabled(bool disabled) = 0;
|
| +
|
| // Indicates whether the adapter radio is powered.
|
| virtual bool IsPowered() const = 0;
|
|
|
|
|