Drivers Libraries Help > BM71 Bluetooth Driver Library > Library Interface > a) System Functions > DRV_BM71_Initialize Function
MPLAB Harmony Bluetooth Help
DRV_BM71_Initialize Function

Initializes hardware and data for the instance of the BM71 Bluetooth module

Description

Function DRV_BM71_Initialize: 

void DRV_BM71_Initialize( void ); 

This routine initializes the BM71 driver instance for the specified driver index, making it ready for clients to open and use it. The initialization data is specified by the init parameter. The initialization may fail if the number of driver objects allocated are insufficient or if the specified driver instance is already initialized.

Preconditions

None.

Returns

None.

Example
// (in SYS_Initialize, system_init.c)* 

DRV_BM71_Initialize(); 
C
void DRV_BM71_Initialize();