The callback prototype to work with Bluetooth-enabled devices.
#include <btapi/btdevice.h>
typedef void(* bt_device_cb)(const int event, const char *bt_addr, const char *event_data);
The Bluetooth event. See the constants prefixed with BT_EVT.
A pointer to an 18-byte buffer the Bluetooth MAC address is written to in NULL-terminated printable format.
A string representing the event data.
BlackBerry 10.0.0