Disable Bluetooth GATT server feature in TM1 07/199007/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 28 Jan 2019 02:10:27 +0000 (11:10 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Mon, 28 Jan 2019 02:10:27 +0000 (11:10 +0900)
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>
tm1/model-config.xml

index 5293c96..2cd3740 100644 (file)
@@ -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>