Retrieve the known state of the remote Bluetooth-enabled device.
#include <btapi/btdevice.h>
int bt_rdev_is_known(const bt_remote_device_t *remote_device, bool *known)
BlackBerry 10.1.0
A pointer to a remote device structure.
A pointer to a bool to indicate whether the remote device is known.
Use this function to determine if the remote device is known. The known argument indicates whether the device is known after the function is successfully called. A value of true indicates that the remote device is known.