Disable bluetooth health feature 72/185472/1
authorDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 31 Jul 2018 04:14:23 +0000 (13:14 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 31 Jul 2018 04:14:23 +0000 (13:14 +0900)
In these days there is no vendor to make BT health device
(BT/EDR HDP profile). And the supported device also be
less. Because we can't get new BT health device, it is hard
to verify APIs for developers and testers. So we disable this
feature in the tizen reference target. If new requirement or
usecase for this feature is coming, we will re-enable the feature.

Change-Id: I058b931bdb967dc19aa4d89227de7c50ebe22c59
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
model-config.xml

index fac5c46072264642d7b11e2d93c983d0a2fa7945..42db31cbdc399b75f68233aad633877ef7c38e4c 100644 (file)
@@ -68,7 +68,7 @@
                <key name="tizen.org/feature/network.bluetooth.audio.call" type="bool">true</key>
                <key name="tizen.org/feature/network.bluetooth.audio.media" type="bool">true</key>
                <key name="tizen.org/feature/network.bluetooth.audio.controller" type="bool">false</key>
-               <key name="tizen.org/feature/network.bluetooth.health" type="bool">true</key>
+               <key name="tizen.org/feature/network.bluetooth.health" type="bool">false</key>
                <key name="tizen.org/feature/network.bluetooth.hid" type="bool">true</key>
                <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>