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

Maintains the driver's control and data interface state machine.

Description

Function DRV_BM64_Tasks: 

void DRV_BM64_Tasks( void ); 

This routine is used to maintain the driver's internal control and data interface state machine and implement its control and data interface implementations. 

This function should be called from the SYS_Tasks() function.

Preconditions

None.

Returns

None.

Example
// (in SYS_Tasks, system_tasks.c)

// Maintain Device Drivers
DRV_BM64_Tasks(); 
C
void DRV_BM64_Tasks();