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

This is type DRV_BM64_PLAYINGSTATUS.

C
typedef enum {
  DRV_BM64_PLAYING_STOPPED,
  DRV_BM64_PLAYING_PLAYING,
  DRV_BM64_PLAYING_PAUSED,
  DRV_BM64_PLAYING_FF,
  DRV_BM64_PLAYING_FR,
  DRV_BM64_PLAYING_ERROR
} DRV_BM64_PLAYINGSTATUS;