Retrieve the out-of-band (OOB) pairing data of the local device.
#include <btapi/btdevice.h>
int bt_ldev_get_oob_data(const char **hashC, const char **randR)
BlackBerry 10.1.0
A pointer to a printable character array containing the Hash-C value from the local device.
A pointer to a printable character array containing the Randomizer-R value from the local device.
The OOB Hash-C and Randomizer-R values for the local Bluetooth device are copied into the provided character buffers, which can then be passed to the remote device for OOB pairing (see bt_rdev_set_oob_data()).