diff options
author | DoHyun Pyun <dh79.pyun@samsung.com> | 2018-09-10 10:30:05 +0900 |
---|---|---|
committer | DoHyun Pyun <dh79.pyun@samsung.com> | 2018-09-10 10:30:05 +0900 |
commit | 7aa42c237b4cc695d3bdb9f4bbb5d84aeb57a883 (patch) | |
tree | c2be56a0b360ffa287b7b7c5171f5145c529ae59 /xu3 | |
parent | 5055d2bfb0e411ccf9471acb3a6c2d055f9c1a3c (diff) | |
download | unified-model-config-7aa42c237b4cc695d3bdb9f4bbb5d84aeb57a883.tar.gz unified-model-config-7aa42c237b4cc695d3bdb9f4bbb5d84aeb57a883.tar.bz2 unified-model-config-7aa42c237b4cc695d3bdb9f4bbb5d84aeb57a883.zip |
[ACR-1289] Add network.bluetooth.le.5_0 featuresubmit/tizen/20180912.021406accepted/tizen/unified/20180912.061742
Change-Id: I39b1388ac00fcb2ee82ed14d924e8cfdb2ccaaad
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
Diffstat (limited to 'xu3')
-rw-r--r-- | xu3/model-config.xml | 1 | ||||
-rw-r--r-- | xu3/model-config_ivi.xml | 1 | ||||
-rw-r--r-- | xu3/model-config_tv.xml | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/xu3/model-config.xml b/xu3/model-config.xml index 06f0628..7d60fd9 100644 --- a/xu3/model-config.xml +++ b/xu3/model-config.xml @@ -76,6 +76,7 @@ <key name="tizen.org/feature/network.bluetooth.opp" type="bool">false</key> <key name="tizen.org/feature/network.bluetooth.oob" type="bool">true</key> <key name="tizen.org/feature/network.bluetooth.phonebook.client" type="bool">false</key> + <key name="tizen.org/feature/network.bluetooth.le.5_0" type="bool">false</key> <key name="tizen.org/feature/network.mtp" type="bool">true</key> <key name="tizen.org/feature/network.nfc" type="bool">false</key> <key name="tizen.org/feature/network.nfc.card_emulation" type="bool">false</key> diff --git a/xu3/model-config_ivi.xml b/xu3/model-config_ivi.xml index b70a429..deb1e90 100644 --- a/xu3/model-config_ivi.xml +++ b/xu3/model-config_ivi.xml @@ -67,6 +67,7 @@ <key name="tizen.org/feature/network.bluetooth.opp" type="bool">false</key> <key name="tizen.org/feature/network.bluetooth.oob" type="bool">true</key> <key name="tizen.org/feature/network.bluetooth.phonebook.client" type="bool">true</key> + <key name="tizen.org/feature/network.bluetooth.le.5_0" type="bool">false</key> <key name="tizen.org/feature/network.mtp" type="bool">true</key> <key name="tizen.org/feature/network.nfc" type="bool">false</key> <key name="tizen.org/feature/network.nfc.card_emulation" type="bool">false</key> diff --git a/xu3/model-config_tv.xml b/xu3/model-config_tv.xml index 9d8ab21..2dcddc0 100644 --- a/xu3/model-config_tv.xml +++ b/xu3/model-config_tv.xml @@ -77,6 +77,7 @@ <key name="tizen.org/feature/network.bluetooth.opp" type="bool">false</key> <key name="tizen.org/feature/network.bluetooth.oob" type="bool">false</key> <key name="tizen.org/feature/network.bluetooth.phonebook.client" type="bool">false</key> + <key name="tizen.org/feature/network.bluetooth.le.5_0" type="bool">false</key> <key name="tizen.org/feature/network.mtp" type="bool">true</key> <key name="tizen.org/feature/network.nfc" type="bool">false</key> <key name="tizen.org/feature/network.nfc.card_emulation" type="bool">false</key> |