Merge "IBase: add ping method"
am: e055d0076a
Change-Id: Ifdc633e608b39224c453c20a13e14a79ad692902
diff --git a/transport/base/1.0/IBase.hal b/transport/base/1.0/IBase.hal
index 3eae7ea..9301c65 100644
--- a/transport/base/1.0/IBase.hal
+++ b/transport/base/1.0/IBase.hal
@@ -30,6 +30,12 @@
interface IBase {
/*
+ * Provides way to determine if interface is running without requesting
+ * any functionality.
+ */
+ ping();
+
+ /*
* Provides run-time type information for this object.
* For example, for the following interface definition:
* package android.hardware.foo@1.0;