Disable Bluetooth GATT client feature in TM 60/205960/1 submit/tizen/20190513.012519
authorDoHyun Pyun <dh79.pyun@samsung.com>
Sun, 12 May 2019 23:54:08 +0000 (08:54 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Sun, 12 May 2019 23:54:08 +0000 (08:54 +0900)
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>
tm1/model-config.xml

index a64e07b..e535676 100644 (file)
@@ -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>