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