MPLAB Harmony Bluetooth Help
|
Make a power on/power off task request.
Function DRV_BM64_TaskReq:
void DRV_BM64_TaskReq(DRV_BM64_REQUEST request);
Make a power on/power off task request using the DRV_BM64_REQUEST enum.
DRV_BM64_Initialize must have been called to initialize the driver instance.
Parameters |
Description |
request |
power on/off request of type DRV_BM64_REQUEST |
None.
// note generic version of call (DRV_BT instead of DRV_BM64) is used
DRV_BT_TaskReq(DRV_BM64_REQ_SYSTEM_ON);
void DRV_BM64_TaskReq( DRV_BM64_REQUEST request );
MPLAB Harmony Bluetooth Help
|