bluetooth_2 2.0.0.0
Bluetooth 2 Registers Settings

Settings for registers of Bluetooth 2 Click driver. More...

Macros

#define BLUETOOTH2_ESCAPE_SEQUENCE   "+++"
 Bluetooth 2 list of AT commands.
 
#define BLUETOOTH2_FACTORY_RESET   "SET RESET"
 
#define BLUETOOTH2_LIST_PAIRINGS   "SET BT PAIR"
 
#define BLUETOOTH2_REMOVE_PAIRINGS   "SET BT PAIR *"
 
#define BLUETOOTH2_SW_RESET   "RESET"
 
#define BLUETOOTH2_SET_DEVICE_NAME   "SET BT NAME "
 
#define BLUETOOTH2_FIND_OTHER_DEVICES   "INQUIRY "
 
#define BLUETOOTH2_PAIR   "PAIR "
 
#define BLUETOOTH2_SET_CONTROL_CONFIG   "SET CONTROL CONFIG "
 
#define BLUETOOTH2_ENABLE_OK_WITH_DEFAULT_VALUES   "0040 1100"
 
#define BLUETOOTH2_DEV_ADDRESS_FORMAT   "xx:xx:xx:xx:xx:xx"
 
#define DRV_BUFFER_SIZE   200
 Bluetooth 2 driver buffer size.
 

Detailed Description

Settings for registers of Bluetooth 2 Click driver.

Macro Definition Documentation

◆ BLUETOOTH2_DEV_ADDRESS_FORMAT

#define BLUETOOTH2_DEV_ADDRESS_FORMAT   "xx:xx:xx:xx:xx:xx"

◆ BLUETOOTH2_ENABLE_OK_WITH_DEFAULT_VALUES

#define BLUETOOTH2_ENABLE_OK_WITH_DEFAULT_VALUES   "0040 1100"

◆ BLUETOOTH2_ESCAPE_SEQUENCE

#define BLUETOOTH2_ESCAPE_SEQUENCE   "+++"

Bluetooth 2 list of AT commands.

AT commands list of Bluetooth 2 Click driver.

◆ BLUETOOTH2_FACTORY_RESET

#define BLUETOOTH2_FACTORY_RESET   "SET RESET"

◆ BLUETOOTH2_FIND_OTHER_DEVICES

#define BLUETOOTH2_FIND_OTHER_DEVICES   "INQUIRY "

◆ BLUETOOTH2_LIST_PAIRINGS

#define BLUETOOTH2_LIST_PAIRINGS   "SET BT PAIR"

◆ BLUETOOTH2_PAIR

#define BLUETOOTH2_PAIR   "PAIR "

◆ BLUETOOTH2_REMOVE_PAIRINGS

#define BLUETOOTH2_REMOVE_PAIRINGS   "SET BT PAIR *"

◆ BLUETOOTH2_SET_CONTROL_CONFIG

#define BLUETOOTH2_SET_CONTROL_CONFIG   "SET CONTROL CONFIG "

◆ BLUETOOTH2_SET_DEVICE_NAME

#define BLUETOOTH2_SET_DEVICE_NAME   "SET BT NAME "

◆ BLUETOOTH2_SW_RESET

#define BLUETOOTH2_SW_RESET   "RESET"

◆ DRV_BUFFER_SIZE

#define DRV_BUFFER_SIZE   200

Bluetooth 2 driver buffer size.

Specified size of driver ring buffer.

Note
Increase buffer size if needed.