communication_bluetooth_ser.../bluetooth.gni
lverpeng ae86fc355d add patches
Signed-off-by: lverpeng <lverpeng118@163.com>
2023-07-03 10:47:55 +08:00

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
}