Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
hci.c File Reference
Function for managing HCI interface. More...
Go to the source code of this file.
Functions | |
| void | HCI_Init (void) |
| Initialization function. | |
| void | HCI_Input (tHciDataPacket *hciReadPacket) |
| This function must be used to pass the packet received from the HCI interface to the BLE Stack HCI state machine. | |
| void | HCI_Process (void) |
| Processing function that must be called after an event is received from HCI interface. | |
| void | HCI_Isr (void) |
| Iterrupt service routine that must be called when the BlueNRG reports a packet received or an event to the host through the BlueNRG interrupt line. | |
Detailed Description
Function for managing HCI interface.
© COPYRIGHT 2013 STMicroelectronics
Definition in file hci.c.
Function Documentation
| void HCI_Init | ( | void | ) |
| void HCI_Input | ( | tHciDataPacket * | hciReadPacket ) |
| void HCI_Isr | ( | void | ) |
Generated on Tue Jul 12 2022 17:28:29 by
1.7.2