diff options
author | Woo Chang Kim <wchang.kim@samsung.com> | 2019-01-31 23:26:42 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@review.ap-northeast-2.compute.internal> | 2019-01-31 23:26:42 +0000 |
commit | c7ab2436c35f9784cf48632a4d27b076a4235ca4 (patch) | |
tree | b0a38a1c8dadc51e274faaf1c1f70476bace9015 /tm1 | |
parent | 298223464860ae435fcb5ba6fa4857253cac7577 (diff) | |
parent | 8971409e78a8a8cbc0d7dc4cfecab8d6b8e20b40 (diff) | |
download | unified-model-config-c7ab2436c35f9784cf48632a4d27b076a4235ca4.tar.gz unified-model-config-c7ab2436c35f9784cf48632a4d27b076a4235ca4.tar.bz2 unified-model-config-c7ab2436c35f9784cf48632a4d27b076a4235ca4.zip |
Merge "Disable Bluetooth GATT server feature in TM1" into tizensubmit/tizen/20190131.232731accepted/tizen/unified/20190201.061347
Diffstat (limited to 'tm1')
-rw-r--r-- | tm1/model-config.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tm1/model-config.xml b/tm1/model-config.xml index 888c084..73e48ba 100644 --- a/tm1/model-config.xml +++ b/tm1/model-config.xml @@ -75,7 +75,7 @@ <key name="tizen.org/feature/network.bluetooth.hid_device" type="bool">false</key> <key name="tizen.org/feature/network.bluetooth.le" type="bool">true</key> <key name="tizen.org/feature/network.bluetooth.le.ipsp" type="bool">false</key> - <key name="tizen.org/feature/network.bluetooth.le.gatt.server" type="bool">true</key> + <key name="tizen.org/feature/network.bluetooth.le.gatt.server" type="bool">false</key> <key name="tizen.org/feature/network.bluetooth.le.gatt.client" type="bool">true</key> <key name="tizen.org/feature/network.bluetooth.opp" type="bool">true</key> <key name="tizen.org/feature/network.bluetooth.oob" type="bool">true</key> |