BlueNRG-MS pack for STM32CubeMX: includes/hci.h Source File

STM32CubeMX BlueNRG-MS

BlueNRG-MS pack for STM32CubeMX  V4.4.0
The BlueNRG-MS pack is an additional software for STM32CubeMX.
hci.h
Go to the documentation of this file.
1 
46 #ifndef __HCI_H_
47 #define __HCI_H_
48 
49 #include "bluenrg_types.h"
50 
77 void hci_init(void(* UserEvtRx)(void* pData), void* pConf);
78 
87 void hci_user_evt_proc(void);
88 
100 #endif /* __HCI_H_ */
void hci_init(void(*UserEvtRx)(void *pData), void *pConf)
Initialize the Host Controller Interface. This function must be called before any data can be receive...
Definition: hci_tl.c:154
void hci_user_evt_proc(void)
Processing function that must be called after an event is received from HCI interface. It must be called outside ISR. It will call user_notify() if necessary.
Definition: hci_tl.c:329
Generated on Mon Apr 15 2019 18:10:39 for BlueNRG-MS pack for STM32CubeMX by   doxygen 1.8.13