1 /* 2 * Copyright (c) 2022 ASR Microelectronics (Shanghai) Co., Ltd. All rights reserved. 3 * Licensed under the Apache License, Version 2.0 (the "License"); 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 6 * 7 * http://www.apache.org/licenses/LICENSE-2.0 8 * 9 * Unless required by applicable law or agreed to in writing, software 10 * distributed under the License is distributed on an "AS IS" BASIS, 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * See the License for the specific language governing permissions and 13 * limitations under the License. 14 */ 15 16 #ifndef SONATA_STACK_FIXED_CONFIG_H_ 17 #define SONATA_STACK_FIXED_CONFIG_H_ 18 19 /* 20 * DEFINES 21 **************************************************************************************** 22 */ 23 ////////////////////////////////////////// 24 /* do not alter */ 25 #ifndef CFG_BLE 26 #define CFG_BLE 27 #endif 28 29 #define CFG_EMB 30 31 #define CFG_ALLROLES 32 33 #ifdef CFG_PLF_SONATA 34 #define CFG_ACT 8 35 #endif 36 37 #ifdef CFG_PLF_DUET 38 #define CFG_ACT 12 39 #endif 40 #define CFG_RAL 50 41 42 #define CFG_CON_CTE_REQ 43 44 #define CFG_CON_CTE_RSP 45 46 #define CFG_CONLESS_CTE_TX 47 48 #define CFG_CONLESS_CTE_RX 49 50 #define CFG_AOD 51 52 #define CFG_AOA 53 54 #define CFG_WLAN_COEX 55 56 #define CFG_NB_PRF 10 57 58 #endif /* SONATA_STACK_FIXED_CONFIG_H_ */