summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDoHyun Pyun <dh79.pyun@samsung.com>2019-05-13 08:54:08 +0900
committerDoHyun Pyun <dh79.pyun@samsung.com>2019-05-13 08:54:08 +0900
commit29d157b75c4140461e7dad09a83756bb59adbf9b (patch)
tree81f7b4ed1cd6b778520f5835db110abe8f44429b
parent65f2e73265e2d508f02d38547ff14f69ac90b60a (diff)
downloadunified-model-config-29d157b75c4140461e7dad09a83756bb59adbf9b.tar.gz
unified-model-config-29d157b75c4140461e7dad09a83756bb59adbf9b.tar.bz2
unified-model-config-29d157b75c4140461e7dad09a83756bb59adbf9b.zip
Disable Bluetooth GATT client feature in TMsubmit/tizen/20190513.012519
TM1 target has a HW issue in Bluetooth LE. So it is very unstable that an application uses GATT Client 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 client feature in TM1. Change-Id: I171861637f6fca57713ff7ab80bef33ee33b8c7c Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
-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 a64e07b..e535676 100644
--- a/tm1/model-config.xml
+++ b/tm1/model-config.xml
@@ -78,7 +78,7 @@
<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">false</key>
- <key name="tizen.org/feature/network.bluetooth.le.gatt.client" type="bool">true</key>
+ <key name="tizen.org/feature/network.bluetooth.le.gatt.client" type="bool">false</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>
<key name="tizen.org/feature/network.bluetooth.phonebook.client" type="bool">false</key>