summaryrefslogtreecommitdiffstats
path: root/wifi/java/android/net/wifi/RttManager.aidl
diff options
context:
space:
mode:
authorxinhe <xinhe@google.com>2015-03-12 18:43:05 -0700
committerxin He <xinhe@google.com>2015-03-18 22:26:48 +0000
commit9954faa70d4172617b8b77743d1fdd599e2e6277 (patch)
treeb62eab5335d4b46791c49df928caea042b53ce2b /wifi/java/android/net/wifi/RttManager.aidl
parentd11a31561e88fbbb4f614caff8a05e7ff9ecd357 (diff)
downloadframeworks_base-9954faa70d4172617b8b77743d1fdd599e2e6277.zip
frameworks_base-9954faa70d4172617b8b77743d1fdd599e2e6277.tar.gz
frameworks_base-9954faa70d4172617b8b77743d1fdd599e2e6277.tar.bz2
Change rtt Framework interface
Bug:19735392 Change-Id: I0886d3c0e40a6dd5477c81a5df5dbc2746942ec3
Diffstat (limited to 'wifi/java/android/net/wifi/RttManager.aidl')
-rw-r--r--wifi/java/android/net/wifi/RttManager.aidl18
1 files changed, 18 insertions, 0 deletions
diff --git a/wifi/java/android/net/wifi/RttManager.aidl b/wifi/java/android/net/wifi/RttManager.aidl
new file mode 100644
index 0000000..5c6d447
--- /dev/null
+++ b/wifi/java/android/net/wifi/RttManager.aidl
@@ -0,0 +1,18 @@
+/**
+ * Copyright (c) 2015, The Android Open Source Project
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+
+package android.net.wifi;
+parcelable RttManager.RttCapabilities; \ No newline at end of file