blob: 380365ca8a32033576b635fcf0302d0053ffaf67 [file] [log] [blame]
/******************************************************************************
* @file ble_controller.h
*
* @brief for TLSR chips
*
* @author public@telink-semi.com;
* @date Sep. 30, 2010
*
* @attention
*
* Copyright (C) 2019-2020 Telink Semiconductor (Shanghai) 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.
*
*****************************************************************************/
#ifndef BLE_CONTROLLER_H_
#define BLE_CONTROLLER_H_
#include "blt_config.h"
#include "ble_common.h"
#include "ble_format.h"
#include "phy/phy.h"
#include "phy/phy_test.h"
#include "hci/hci.h"
#include "hci/hci_const.h"
#include "hci/hci_event.h"
#include "hci/usb_desc.h"
#include "ll/ll.h"
#include "ll/ll_adv.h"
#include "ll/ll_encrypt.h"
#include "ll/ll_init.h"
#include "ll/ll_pm.h"
#include "ll/ll_scan.h"
#include "ll/ll_whitelist.h"
#include "ll/ll_conn/ll_conn.h"
#include "ll/ll_conn/ll_slave.h"
#include "ll/ll_conn/ll_master.h"
#include "ll/ll_conn/ll_conn_phy.h"
#include "ll/ll_conn/ll_conn_csa.h"
#include "ll/ll_ext.h"
#include "ll/ll_ext_adv.h"
#include "ll/ll_ext_scan.h"
#include "bqb/bqb_ll.h"
#endif /* BLE_H_ */