BlueNRG-MS pack for STM32CubeMX: HCI_TL functions

STM32CubeMX BlueNRG-MS

BlueNRG-MS pack for STM32CubeMX  V4.4.0
The BlueNRG-MS pack is an additional software for STM32CubeMX.

Functions

void hci_init (void(*UserEvtRx)(void *pData), void *pConf)
 Initialize the Host Controller Interface. This function must be called before any data can be received from BLE controller. More...
 
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. More...
 

Detailed Description

Function Documentation

◆ hci_init()

void hci_init ( void(*)(void *pData)  UserEvtRx,
void *  pConf 
)

Initialize the Host Controller Interface. This function must be called before any data can be received from BLE controller.

Parameters
pDataACI events callback function pointer This callback is triggered when an user event is received from the BLE core device.
pConfConfiguration structure pointer
Return values
None

◆ hci_user_evt_proc()

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.

Parameters
None
Return values
None
Generated on Mon Apr 15 2019 18:10:40 for BlueNRG-MS pack for STM32CubeMX by   doxygen 1.8.13