Retrieve the low energy information.
#include <btapi/btdevice.h>
int bt_rdev_get_le_info(const bt_remote_device_t *remote_device, uint16_t *appearance, uint8_t *flags, uint8_t *connectable)
BlackBerry 10.0.0
A pointer to the remove device structure.
The appearance flag for the remote device.
A bit mask containing various low energy flags.
The connectable status of the remote device.
Various low energy information can be retrieved from a Bluetooth- enabled device. All arguments provided as part of this call are pointers to a buffer results are written to. If you do not require a specific piece of information, provide a value of NULL for the argument.