Files
app_Settings/res/xml/bluetooth_local_device_profile.xml
Wei Wang eb56b9ccb8 BLE peripheral mode (4/4): Settings change for advertising preference.
Change-Id: I5721f136267fe25e55f764bb4a6c53acd45b318b
2014-01-13 17:41:02 -08:00

35 lines
1.3 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (C) 2008 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.
-->
<PreferenceScreen
xmlns:android="http://schemas.android.com/apk/res/android"
android:title="@string/bluetooth_broadcasting">
<Preference
android:key="rename_device"
android:title="@string/bluetooth_rename_device" />
<Preference
android:key="visibility_timeout"
android:title="@string/bluetooth_visibility_timeout"/>
<PreferenceScreen
android:fragment="com.android.settings.bluetooth.BluetoothAdvertisingFragment"
android:key="broadcasting"
android:title="@string/bluetooth_broadcasting"/>
</PreferenceScreen>