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.
Dependents: Hello_BLE F446RE-BLE
Fork of X_NUCLEO_IDB0XA1 by
btle.cpp File Reference
Implementation BlueNRG Init and helper functions. More...
Go to the source code of this file.
Functions | |
| 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 | btle_init (bool isSetAddress) |
| Initialises BTLE and the underlying HW/Device. | |
| void | SPI_Poll (void) |
| Not Used. | |
| void | HCI_Event_CB (void *pckt) |
| Handle HCI Stack Event. | |
Detailed Description
Implementation BlueNRG Init and helper functions.
THE PRESENT FIRMWARE WHICH IS FOR GUIDANCE ONLY AIMS AT PROVIDING CUSTOMERS WITH CODING INFORMATION REGARDING THEIR PRODUCTS IN ORDER FOR THEM TO SAVE TIME. AS A RESULT, STMICROELECTRONICS SHALL NOT BE HELD LIABLE FOR ANY DIRECT, INDIRECT OR CONSEQUENTIAL DAMAGES WITH RESPECT TO ANY CLAIMS ARISING FROM THE CONTENT OF SUCH FIRMWARE AND/OR THE USE MADE BY CUSTOMERS OF THE CODING INFORMATION CONTAINED HEREIN IN CONNECTION WITH THEIR PRODUCTS.
© COPYRIGHT 2013 STMicroelectronics
Definition in file btle.cpp.
Function Documentation
| void btle_init | ( | bool | isSetAddress ) |
| void HCI_Event_CB | ( | void * | pckt ) |
| 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.
- Parameters:
-
[in] hciReadPacket The packet that is received from HCI interface.
Definition at line 105 of file hci_dma_lp.c.
Generated on Tue Jul 12 2022 17:16:08 by
1.7.2
