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