From 9954faa70d4172617b8b77743d1fdd599e2e6277 Mon Sep 17 00:00:00 2001 From: xinhe Date: Thu, 12 Mar 2015 18:43:05 -0700 Subject: Change rtt Framework interface Bug:19735392 Change-Id: I0886d3c0e40a6dd5477c81a5df5dbc2746942ec3 --- wifi/java/android/net/wifi/RttManager.aidl | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 wifi/java/android/net/wifi/RttManager.aidl (limited to 'wifi/java/android/net/wifi/RttManager.aidl') 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 -- cgit v1.1