Definitions in btle.h

Preprocessor macro definitions for the btle.h header file in this library.

Definitions:

#define BT_LE_VERSION 0x00010001
Bluetooth 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 0xFFFFFFFF
A value used to run advertisements for an indefinite amount of time.

Since: BlackBerry 10.2.0

Library:

libbtapi (For the qcc command, use the -l btapi option to link against this library)