diff options
author | 2024-11-18 11:25:55 +0000 | |
---|---|---|
committer | 2024-11-18 11:25:55 +0000 | |
commit | fa151f140478e777d5eabf1ba9e2687ef46e6b89 (patch) | |
tree | ff9ce5c7b0ff648545fa95d459125f06b1c7c169 /data | |
parent | 204e5b5031bc4ab385c4f79c848a7f08c0ab4dc3 (diff) | |
parent | 6fcf6a551bfacc655f095897b1c7838022387575 (diff) |
Merge "native: Add a new BLE channel sounding feature flag" into main am: 6fcf6a551b
Original change: https://android-review.googlesource.com/c/platform/frameworks/native/+/3349919
Change-Id: I4b829272555f67f84225e0239ad11f1fc10a20e0
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.xml | 19 |
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> |