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.
ble_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. | |
int | HCI_verify (const tHciDataPacket *hciReadPacket) |
Verify if HCI packet is correctly formatted. | |
void | HCI_Process (void) |
Processing function that must be called after an event is received from HCI interface. | |
BOOL | HCI_Queue_Empty (void) |
Check if queue of HCI event is empty or not. |
Detailed Description
Function for managing HCI interface.
© COPYRIGHT 2013 STMicroelectronics
Definition in file ble_hci.c.
Function Documentation
void HCI_Init | ( | void | ) |
void HCI_Process | ( | void | ) |
BOOL HCI_Queue_Empty | ( | void | ) |
Generated on Tue Jul 12 2022 23:02:56 by
