Drivers Libraries Help > BM64 Bluetooth Driver Library > Configuring the Library
MPLAB Harmony Bluetooth Help
Configuring the Library

The configuration of the BM64 Bluetooth Driver is based on the file configuration.h

This header file contains the configuration selection for the BM64 Bluetooth Driver. Based on the selections made, the driver may support the selected features. These configuration settings will apply to all instances of the BM64 Bluetooth Driver. 

This header can be placed anywhere, the path of this header needs to be present in the include search path for a successful build. Refer to the Applications Help section for more details.

Macros
 
Name 
Description 
 
Identifies whether the driver should include BLE 
 
Identifies whether the driver should include HFP,A2DP,AVRCP functionality. 
 
Identifies whether the driver should use deprecated MMI commands. 
 
This is macro _DRV_BM64_CONFIG_TEMPLATE_H.