Add the Bluetooth address of the remote device to the advertisement filter list, such as 12:03:40:60:11:21
#include <btapi/btle.h>
int bt_le_add_scan_device(const char *bdaddr, void *userData)
BlackBerry 10.2.0
The address of the specific Bluetooth-enabled device. You can use the value of BT_LE_BDADDR_ANY to receive advertisements from all Bluetooth-enabled devices.
(Optional) A pointer to user data.
Adding the address allows your application to receive device advertisement data. The advertisement data is in binary form, which you will need to parse in your application logic. If an error is returned from the function call, the errno is set with reason of failure.