mirror of
https://gitee.com/openharmony/communication_bluetooth_service
synced 2024-12-28 18:33:26 +00:00
ae86fc355d
Signed-off-by: lverpeng <lverpeng118@163.com>
29 lines
1.2 KiB
Plaintext
29 lines
1.2 KiB
Plaintext
# Copyright (C) 2021 Huawei Device Co., Ltd.
|
|
# Licensed under the Apache License, Version 2.0 (the "License");
|
|
# you may not use this file except in compliance with the License.
|
|
# You may obtain a copy of the License at
|
|
#
|
|
# http://www.apache.org/licenses/LICENSE-2.0
|
|
#
|
|
# Unless required by applicable law or agreed to in writing, software
|
|
# distributed under the License is distributed on an "AS IS" BASIS,
|
|
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
# See the License for the specific language governing permissions and
|
|
# limitations under the License.
|
|
|
|
declare_args() {
|
|
bluetooth_service_a2dp_sink_feature = false
|
|
bluetooth_service_a2dp_source_feature = true
|
|
bluetooth_service_avrcp_ct_feature = true
|
|
bluetooth_service_avrcp_tg_feature = false
|
|
bluetooth_service_hfp_ag_feature = true
|
|
bluetooth_service_hfp_hf_feature = false
|
|
bluetooth_service_hid_host_feature = true
|
|
bluetooth_service_pan_feature = true
|
|
bluetooth_service_pbap_client_feature = false
|
|
bluetooth_service_pbap_server_feature = false
|
|
bluetooth_service_opp_feature = true
|
|
bluetooth_service_map_client_feature = false
|
|
bluetooth_service_map_server_feature = false
|
|
}
|