| Index: components/arc/bluetooth/arc_bluetooth_bridge.h
|
| diff --git a/components/arc/bluetooth/arc_bluetooth_bridge.h b/components/arc/bluetooth/arc_bluetooth_bridge.h
|
| index 915d560408350e22f849fe4f3e51f64d91143e14..a77b7c39846c23483e6fd731ef4ed64798fcd6ed 100644
|
| --- a/components/arc/bluetooth/arc_bluetooth_bridge.h
|
| +++ b/components/arc/bluetooth/arc_bluetooth_bridge.h
|
| @@ -263,6 +263,7 @@ class ArcBluetoothBridge
|
|
|
| void SendCachedDevicesFound() const;
|
| bool HasBluetoothInstance() const;
|
| + bool CheckBluetoothInstanceVersion(int32_t version_need) const;
|
|
|
| template <class T>
|
| T* FindGattObjectFromUuid(const std::vector<T*> objs,
|
|
|