Kenji Arai / TYBLE16_mbedlized_os5_several_examples_1st

Dependencies:   nRF51_Vdd TextLCD BME280

Embed: (wiki syntax)

« Back to documentation index

Porting

Data Structures

class  BLEInstanceBase
 Private interface used to implement the BLE class. More...

Functions

BLEInstanceBasecreateBLEInstance (void)
 Return the instance of the vendor implementation of BLEInstanceBase.

Function Documentation

BLEInstanceBase* createBLEInstance ( void   )

Return the instance of the vendor implementation of BLEInstanceBase.

Attention:
Contrary to its name, this function does not return a new instance at each call. It rather acts like an accessor to a singleton.
The vendor library must provide an implementation for this function library. Otherwise, there will be a linker error.

Definition at line 143 of file BLE.cpp.