| Index: device/bluetooth/bluetooth_device.h
|
| diff --git a/device/bluetooth/bluetooth_device.h b/device/bluetooth/bluetooth_device.h
|
| index a1825948b3c8b2354b23b9a2d2f4124987cbb355..bc1de0c13ead61216208e66fbd33b78219b08b4e 100644
|
| --- a/device/bluetooth/bluetooth_device.h
|
| +++ b/device/bluetooth/bluetooth_device.h
|
| @@ -277,6 +277,10 @@ class BluetoothDevice {
|
| // were called after the corresponding call to Connect().
|
| virtual bool IsConnecting() const = 0;
|
|
|
| + // Indicates whether the device can be trusted, based on device properties,
|
| + // such as vendor and product id.
|
| + bool IsTrustable() const;
|
| +
|
| // Returns the set of UUIDs that this device supports. For classic Bluetooth
|
| // devices this data is collected from both the EIR data and SDP tables,
|
| // for Low Energy devices this data is collected from AD and GATT primary
|
|
|