This function allows you to enable or disable BT_EVT event triggering from bt_device_cb.
#include <btapi/btdevice.h>
int bt_ldev_set_filters(int event, bool enable)
BlackBerry 10.3.0
The BT_EVT to enable or disable. Use BT_EVT_ALL_EVENT to represent all events.
If set to true, the event triggers bt_device_cb. If set to false, the event does not trigger bt_device_cb.
Use BT_EVT_ALL_EVENT to enable or disable all events. The default value is no event filtering.