diff options
author | Taejin Woo <tt.woo@samsung.com> | 2016-07-04 19:18:36 +0900 |
---|---|---|
committer | Taejin Woo <tt.woo@samsung.com> | 2016-07-04 19:24:38 +0900 |
commit | ac068f1dda31d9beff141f7dec1ca19b9cb62978 (patch) | |
tree | b3912a5d3db82651c1084ffba5f141d5265f58c5 | |
parent | 783119d583e34e389151edb761f74e61009d3026 (diff) | |
download | model-config-n4-ac068f1dda31d9beff141f7dec1ca19b9cb62978.tar.gz model-config-n4-ac068f1dda31d9beff141f7dec1ca19b9cb62978.tar.bz2 model-config-n4-ac068f1dda31d9beff141f7dec1ca19b9cb62978.zip |
[ACR-613] Add the hid device role's featuresubmit/tizen/20160705.000819accepted/tizen/mobile/20160705.004434
Change-Id: Iaa77350357fab404b9850fea21f7644e928e058a
Signed-off-by: Taejin Woo <tt.woo@samsung.com>
-rw-r--r-- | model-config.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/model-config.xml b/model-config.xml index 0d669de..c92d611 100644 --- a/model-config.xml +++ b/model-config.xml @@ -54,6 +54,7 @@ <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.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> <key name="tizen.org/feature/network.bluetooth.opp" type="bool">true</key> <key name="tizen.org/feature/network.bluetooth.phonebook.client" type="bool">false</key> |