Preprocessor macro definitions for the btle.h header file in this library.
#define BT_LE_VERSION 0x00010001Bluetooth low energy API version.
For example, the value 0x00010001 translates to 0001.00.01 or v1.0.1.
Since: BlackBerry 10.0.0
#define BT_LE_BDADDR_ANY "00:00:00:00:00:00"A value that represents all Bluetooth addresses.
This value is useful when you want to receive data from any Bluetooth-enabled devices.
Since: BlackBerry 10.0.0
#define BT_LE_TIME_INFINITY 0xFFFFFFFFA value used to run advertisements for an indefinite amount of time.
Since: BlackBerry 10.2.0