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

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

Description

Function DRV_BM71_Tasks: 

void DRV_BM71_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_BM71_Tasks(); 
C
void DRV_BM71_Tasks();