1 /* 2 * Copyright (C) 2019-2020 Alibaba Group Holding Limited 3 */ 4 5 #ifndef __BLE_CONFIG_H_ 6 #define __BLE_CONFIG_H_ 7 8 #include <ble_default_config.h> 9 #ifdef CONFIG_BT_MESH 10 #include "ble_mesh_default_config.h" 11 #endif 12 13 #endif //__BLE_CONFIG_H_