summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Roshan Pius <rpius@google.com> 2024-11-14 10:09:06 -0800
committer Roshan Pius <rpius@google.com> 2024-11-14 10:31:41 -0800
commit3a218e02455ff73346b3bbe7d1474f9da9df43c8 (patch)
treefdbdbd5b62680d492f66e2eef97a67eba76471ad
parentbd38b8203d97a0c2a8457a16b8275a303a339e6f (diff)
native: Add a new BLE channel sounding feature flag
Bug: 371095923 Test: Compiles Change-Id: I07677391171b9b2b1fee46ecaacffb86be87e80c
-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>