Start scanning for Bluetooth-enabled devices asynchronously.
#include <btapi/btdevice.h>
int bt_disc_start_inquiry_async(const bt_inquiry_access_t access_code, bt_disc_inquiry_complete_cb cb, void *user_data)
BlackBerry 10.3.0
The type of inquiry to perform.
The callback function to be executed when the scan has completed.
A user specified pointer which will be returned during the callback.
This function initiates a scan of in-range Bluetooth devices. The results of the scan can be found via the BT_EVT_DEVICE_ADDED events that are passed to the device library callback. For information, see bt_device_init() or one of the bt_disc_retrieve_*() functions with the BT_DISCOVERY_CACHED option. The scan does not return BT_EVT_DEVICE_ADDED events for paired devices, even if they are in range. The purpose is to discover new, non-paired devices only.