gjhn

Dependents:   BLE_GENERALE

Fork of X_NUCLEO_IDB0XA1 by ST

Embed: (wiki syntax)

« Back to documentation index

btle.cpp File Reference

btle.cpp File Reference

Implementation BlueNRG Init and helper functions. More...

Go to the source code of this file.

Functions

void btleInit (void)
 Init the BTLE stack with the specified role.
void SPI_Poll (void)
 Not Used.
void HCI_Event_CB (void *pckt)
 Handle HCI Stack Event.

Variables

int btle_handler_pending = 0
 mbedOS

Detailed Description

Implementation BlueNRG Init and helper functions.

Author:
STMicroelectronics

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 btleInit ( void   )

Init the BTLE stack with the specified role.

Returns:
void

Definition at line 98 of file btle.cpp.

void HCI_Event_CB ( void *  pckt )

Handle HCI Stack Event.

Callback used to pass events to application.

Parameters:
[in]pcktEvent Packet sent by the stack to be decoded
Returns:

Definition at line 383 of file btle.cpp.

void SPI_Poll ( void   )

Not Used.

Parameters:
[in]void
Returns:

Definition at line 261 of file btle.cpp.


Variable Documentation

mbedOS

Parameters:
[in]void
Returns:

Definition at line 203 of file btle.cpp.