Disable bluetooth health feature 30/186030/1 accepted/tizen/unified/20180807.061045 submit/tizen/20180806.235840
authorwchang kim <wchang.kim@samsung.com>
Mon, 6 Aug 2018 22:02:46 +0000 (07:02 +0900)
committerwchang kim <wchang.kim@samsung.com>
Mon, 6 Aug 2018 22:02:46 +0000 (07:02 +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: I4678dd15e569560136f407b32b9a6066fba39a63
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
tm1/model-config.xml

index fac5c46..42db31c 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>