michael@0: /* michael@0: * Copyright (C) 2012 The Android Open Source Project michael@0: * michael@0: * Licensed under the Apache License, Version 2.0 (the "License"); michael@0: * you may not use this file except in compliance with the License. michael@0: * You may obtain a copy of the License at michael@0: * michael@0: * http://www.apache.org/licenses/LICENSE-2.0 michael@0: * michael@0: * Unless required by applicable law or agreed to in writing, software michael@0: * distributed under the License is distributed on an "AS IS" BASIS, michael@0: * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. michael@0: * See the License for the specific language governing permissions and michael@0: * limitations under the License. michael@0: */ michael@0: michael@0: #ifndef B2G_BDROID_BUILDCFG_H michael@0: #define B2G_BDROID_BUILDCFG_H michael@0: michael@0: /** michael@0: * This header defines B2G common bluedroid build configuration. michael@0: * michael@0: * This header is included by michael@0: * $(BOARD_BLUETOOTH_BDROID_BUILDCFG_INCLUDE_DIR)/bdroid_buildcfg.h, michael@0: * which applies external configuration onto bluedroid. michael@0: */ michael@0: michael@0: /****************************************************************************** michael@0: ** michael@0: ** HSP, HFP michael@0: ** michael@0: ******************************************************************************/ michael@0: /* AG feature masks */ michael@0: #define BTIF_HF_FEATURES ( BTA_AG_FEAT_3WAY | \ michael@0: BTA_AG_FEAT_REJECT | \ michael@0: BTA_AG_FEAT_ECS | \ michael@0: BTA_AG_FEAT_EXTERR) michael@0: michael@0: /* CHLD values */ michael@0: #define BTA_AG_CHLD_VAL "(0,1,2,3)" michael@0: michael@0: #endif /* B2G_BDROID_BUILDCFG_H */