MPLAB Harmony Bluetooth Help
|
Initializes hardware and data for the instance of the BM64 Bluetooth module
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.
None.
None.
// (in SYS_Initialize, system_init.c)*
DRV_BM64_Initialize();
void DRV_BM64_Initialize();
MPLAB Harmony Bluetooth Help
|