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

BM64 protocols

C
typedef enum {
  DRV_BM64_PROTOCOL_A2DP = 1,
  DRV_BM64_PROTOCOL_AVRCP = 2,
  DRV_BM64_PROTOCOL_HFP_HSP = 4,
  DRV_BM64_PROTOCOL_SPP = 8,
  DRV_BM64_PROTOCOL_BLE = 16,
  DRV_BM64_PROTOCOL_ALL = 31
} DRV_BM64_PROTOCOL;