Drivers Libraries Help > BM64 Bluetooth Driver Library > Library Interface > i) Data Types and Constants > DRV_BM64_DRVR_STATUS Enumeration
MPLAB Harmony Bluetooth Help
DRV_BM64_DRVR_STATUS Enumeration

BM64 driver status

C
typedef enum {
  DRV_BM64_STATUS_NONE,
  DRV_BM64_STATUS_OFF,
  DRV_BM64_STATUS_ON,
  DRV_BM64_STATUS_READY
} DRV_BM64_DRVR_STATUS;