summaryrefslogtreecommitdiff
path: root/data
diff options
context:
space:
mode:
author Treehugger Robot <android-test-infra-autosubmit@system.gserviceaccount.com> 2024-11-18 11:44:37 +0000
committer Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> 2024-11-18 11:44:37 +0000
commitbd9078f825a9ae04f29d4dae956045ea3a63f8df (patch)
treeb6209d3267f3da63a03826e43e2017e722c26918 /data
parentf9854d272c816ca2ad2fec085e17c6591721bff9 (diff)
parentfa151f140478e777d5eabf1ba9e2687ef46e6b89 (diff)
Merge "native: Add a new BLE channel sounding feature flag" into main am: 6fcf6a551b am: fa151f1404
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3349919 Change-Id: If345cc8036732bd6fc37eb485b84f543d6ad643d Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
Diffstat (limited to 'data')
-rw-r--r--data/etc/android.hardware.bluetooth_le.channel_sounding.xml19
1 files changed, 19 insertions, 0 deletions
diff --git a/data/etc/android.hardware.bluetooth_le.channel_sounding.xml b/data/etc/android.hardware.bluetooth_le.channel_sounding.xml
new file mode 100644
index 0000000000..f0ee5d999f
--- /dev/null
+++ b/data/etc/android.hardware.bluetooth_le.channel_sounding.xml
@@ -0,0 +1,19 @@
+<?xml version="1.0" encoding="utf-8"?>
+<!-- Copyright (C) 2024 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.
+-->
+<!-- Adds the feature indicating support for the BLE Channel sounding -->
+<permissions>
+ <feature name="android.hardware.bluetooth_le.channel_sounding" />
+</permissions>