summaryrefslogtreecommitdiff
path: root/tm1
diff options
context:
space:
mode:
authorDoHyun Pyun <dh79.pyun@samsung.com>2019-01-28 11:10:27 +0900
committerDoHyun Pyun <dh79.pyun@samsung.com>2019-01-28 11:10:27 +0900
commit8971409e78a8a8cbc0d7dc4cfecab8d6b8e20b40 (patch)
tree1fb0f3b148059067101554840a9336a27391b73a /tm1
parent9834eb6496b47ee3d63a2bd75dc167ab0b0ef6f8 (diff)
downloadunified-model-config-8971409e78a8a8cbc0d7dc4cfecab8d6b8e20b40.tar.gz
unified-model-config-8971409e78a8a8cbc0d7dc4cfecab8d6b8e20b40.tar.bz2
unified-model-config-8971409e78a8a8cbc0d7dc4cfecab8d6b8e20b40.zip
Disable Bluetooth GATT server feature in TM1
TM1 target has a HW issue in Bluetooth LE. So it is very unstable that an application uses GATT Server API. By Tizen 5.0 we notify this HW problem to SE team, and re-test if LE TC reports the fail. But it will reduce the confusion to disable GATT server feature in TM1. Change-Id: I6211b4a39c05ce3ebeac5ad225fe865adac90c78 Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
Diffstat (limited to 'tm1')
-rw-r--r--tm1/model-config.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/tm1/model-config.xml b/tm1/model-config.xml
index 5293c96..2cd3740 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>