HW layer for the Nucleo board, it only work with old BLE_API
Dependents: Hello_BLE F446RE-BLE
Fork of X_NUCLEO_IDB0XA1 by
BlueNRG_HCI/includes/bluenrg_aci.h
- Committer:
- leonardoaraujosantos
- Date:
- 2015-11-03
- Revision:
- 129:57997390c086
- Parent:
- 70:d20d30f59b1c
File content as of revision 129:57997390c086:
/******************** (C) COPYRIGHT 2014 STMicroelectronics ******************** * File Name : bluenrg_hci.h * Author : AMS - AAS * Version : V1.0.0 * Date : 26-Jun-2014 * Description : Header file that includes commands and events for BlueNRG * FW6.3. ******************************************************************************** * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME. * AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, * INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE * CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING * INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. *******************************************************************************/ #ifndef __BLUENRG_ACI_H__ #define __BLUENRG_ACI_H__ #include "bluenrg_aci_const.h" #include "bluenrg_gap_aci.h" #include "bluenrg_gatt_aci.h" #include "bluenrg_l2cap_aci.h" #include "bluenrg_hal_aci.h" #include "bluenrg_updater_aci.h" #endif /* __BLUENRG_ACI_H__ */