diff options
author | wchang kim <wchang.kim@samsung.com> | 2017-10-25 10:06:11 +0900 |
---|---|---|
committer | wchang kim <wchang.kim@samsung.com> | 2017-10-25 15:38:51 +0900 |
commit | e4d2884ea02ca4a90ac105583ad6e08d60ec4003 (patch) | |
tree | c6e8591ad48a41110f1d8dcd87b0785570414f73 | |
parent | 8ac757ff0e1ede233ecd090a595a2e5e0f940643 (diff) | |
download | building-blocks-e4d2884ea02ca4a90ac105583ad6e08d60ec4003.tar.gz building-blocks-e4d2884ea02ca4a90ac105583ad6e08d60ec4003.tar.bz2 building-blocks-e4d2884ea02ca4a90ac105583ad6e08d60ec4003.zip |
[Update] Change the feature of bluetooth.
Change-Id: I6f9c67584652ef67caa93109cdb3184b3dde3a6d
-rw-r--r-- | packaging/domain-apis-network.inc | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/packaging/domain-apis-network.inc b/packaging/domain-apis-network.inc index f4fd8d8..9b1cd01 100644 --- a/packaging/domain-apis-network.inc +++ b/packaging/domain-apis-network.inc @@ -102,6 +102,7 @@ Enabling Bluetooth BREDR and it is possible to Bluetooth BREDR API<br> %tizen_feature tizen.org/feature/network.bluetooth.health true %tizen_feature tizen.org/feature/network.bluetooth.hid true %tizen_feature tizen.org/feature/network.bluetooth.hid_device true +%tizen_feature tizen.org/feature/network.bluetooth.oob true %package sub2-domain_API-Network-Bluetooth_Call_Audio Summary: Bluetooth_Call_Audio @@ -217,7 +218,9 @@ Enabling Bluetooth LE Only functionality<br> %files sub2-domain_API-Network-Bluetooth_LE %posttrans sub2-domain_API-Network-Bluetooth_LE %tizen_feature tizen.org/feature/network.bluetooth.le true -%tizen_feature tizen.org/feature/network.bluetooth.ipsp true +%tizen_feature tizen.org/feature/network.bluetooth.le.ipsp false +%tizen_feature tizen.org/feature/network.bluetooth.le.gatt.server true +%tizen_feature tizen.org/feature/network.bluetooth.le.gatt.client true %package sub2-domain_API-Network-ASP Summary: ASP |