diff options
author | 2024-11-16 04:05:42 +0000 | |
---|---|---|
committer | 2024-11-16 04:05:42 +0000 | |
commit | 6fcf6a551bfacc655f095897b1c7838022387575 (patch) | |
tree | 68bf96eac91ae2709e22e1aeda498bc3ba0ed280 /data | |
parent | bdacb5d402092c572258f1f71e85f9d5ad44a835 (diff) | |
parent | 3a218e02455ff73346b3bbe7d1474f9da9df43c8 (diff) |
Merge "native: Add a new BLE channel sounding feature flag" into main
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> |