Drivers Libraries Help > BM64 Bluetooth Driver Library > Library Interface > a) System Functions > DRV_BM64_Initialize Function
MPLAB Harmony Bluetooth Help
DRV_BM64_Initialize Function

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

Description

Function DRV_BM64_Initialize: 

void DRV_BM64_Initialize( void ); 

This routine initializes the BM64 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_BM64_Initialize(); 
C
void DRV_BM64_Initialize();