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@70:d20d30f59b1c, 2015-06-08 (annotated)
- Committer:
- Silvio Lucio Oliva
- Date:
- Mon Jun 08 17:08:01 2015 +0200
- Revision:
- 70:d20d30f59b1c
Initial commit for mbed support
Signed-off-by: Silvio Lucio Oliva <silvio.oliva@st.com>
Who changed what in which revision?
User | Revision | Line number | New contents of line |
---|---|---|---|
Silvio Lucio Oliva |
70:d20d30f59b1c | 1 | /******************** (C) COPYRIGHT 2014 STMicroelectronics ******************** |
Silvio Lucio Oliva |
70:d20d30f59b1c | 2 | * File Name : bluenrg_hci.h |
Silvio Lucio Oliva |
70:d20d30f59b1c | 3 | * Author : AMS - AAS |
Silvio Lucio Oliva |
70:d20d30f59b1c | 4 | * Version : V1.0.0 |
Silvio Lucio Oliva |
70:d20d30f59b1c | 5 | * Date : 26-Jun-2014 |
Silvio Lucio Oliva |
70:d20d30f59b1c | 6 | * Description : Header file that includes commands and events for BlueNRG |
Silvio Lucio Oliva |
70:d20d30f59b1c | 7 | * FW6.3. |
Silvio Lucio Oliva |
70:d20d30f59b1c | 8 | ******************************************************************************** |
Silvio Lucio Oliva |
70:d20d30f59b1c | 9 | * THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS |
Silvio Lucio Oliva |
70:d20d30f59b1c | 10 | * WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME. |
Silvio Lucio Oliva |
70:d20d30f59b1c | 11 | * AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, |
Silvio Lucio Oliva |
70:d20d30f59b1c | 12 | * INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE |
Silvio Lucio Oliva |
70:d20d30f59b1c | 13 | * CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING |
Silvio Lucio Oliva |
70:d20d30f59b1c | 14 | * INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS. |
Silvio Lucio Oliva |
70:d20d30f59b1c | 15 | *******************************************************************************/ |
Silvio Lucio Oliva |
70:d20d30f59b1c | 16 | |
Silvio Lucio Oliva |
70:d20d30f59b1c | 17 | #ifndef __BLUENRG_ACI_H__ |
Silvio Lucio Oliva |
70:d20d30f59b1c | 18 | #define __BLUENRG_ACI_H__ |
Silvio Lucio Oliva |
70:d20d30f59b1c | 19 | |
Silvio Lucio Oliva |
70:d20d30f59b1c | 20 | #include "bluenrg_aci_const.h" |
Silvio Lucio Oliva |
70:d20d30f59b1c | 21 | #include "bluenrg_gap_aci.h" |
Silvio Lucio Oliva |
70:d20d30f59b1c | 22 | #include "bluenrg_gatt_aci.h" |
Silvio Lucio Oliva |
70:d20d30f59b1c | 23 | #include "bluenrg_l2cap_aci.h" |
Silvio Lucio Oliva |
70:d20d30f59b1c | 24 | #include "bluenrg_hal_aci.h" |
Silvio Lucio Oliva |
70:d20d30f59b1c | 25 | #include "bluenrg_updater_aci.h" |
Silvio Lucio Oliva |
70:d20d30f59b1c | 26 | |
Silvio Lucio Oliva |
70:d20d30f59b1c | 27 | #endif /* __BLUENRG_ACI_H__ */ |