diff options
author | Dohyun Pyun <dh79.pyun@samsung.com> | 2022-10-05 13:47:12 +0900 |
---|---|---|
committer | Dohyun Pyun <dh79.pyun@samsung.com> | 2022-10-05 13:47:12 +0900 |
commit | 2ba4c0200e8adcb320a4d4504a55f3a7b0fef5cc (patch) | |
tree | 5a670f883d62706ad32077bb93100c96e44283d9 | |
parent | 54bb7ef1a8ebd2bfc6cc21fa765f7ea5a0bdac95 (diff) | |
download | building-blocks-2ba4c0200e8adcb320a4d4504a55f3a7b0fef5cc.tar.gz building-blocks-2ba4c0200e8adcb320a4d4504a55f3a7b0fef5cc.tar.bz2 building-blocks-2ba4c0200e8adcb320a4d4504a55f3a7b0fef5cc.zip |
Modify the default value for bluetooth.audio.controller as falseaccepted/tizen/unified/20221005.144504
Bluetooth Audio Control feature is used in the BT speaker device.
And the value should be true only for BT speaker device.
Change-Id: I6cd089979e341f8cf3e7ef2f072c835a88ae115f
Signed-off-by: Dohyun Pyun <dh79.pyun@samsung.com>
-rw-r--r-- | packaging/domain-apis-network.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/domain-apis-network.inc b/packaging/domain-apis-network.inc index e55441b..d42bca8 100644 --- a/packaging/domain-apis-network.inc +++ b/packaging/domain-apis-network.inc @@ -138,7 +138,7 @@ Enabling Bluetooth Media Audio functionality %files sub2-domain_API-Network-Bluetooth_Media_Audio %posttrans sub2-domain_API-Network-Bluetooth_Media_Audio %tizen_feature tizen.org/feature/network.bluetooth.audio.media true -%tizen_feature tizen.org/feature/network.bluetooth.audio.controller true +%tizen_feature tizen.org/feature/network.bluetooth.audio.controller false %package sub2-domain_API-Network-Bluetooth_Transfer Summary: Bluetooth_Transfer |