An enumeration that represents various discoverable and connectable modes that can be used during the inquiry procedure.
#include <btapi/btdevice.h>
typedef enum {
BT_DISCOVERABLE_UNKNOWN = -1
BT_DISCOVERABLE_NONE = 0
BT_DISCOVERABLE_GIAC = 1
BT_DISCOVERABLE_LIAC = 2
BT_DISCOVERABLE_CONNECTABLE = 3
BT_DISCOVERABLE_DISCOVERABLE = 4
} bt_discoverable_t;
BlackBerry 10.0.0
The inquiry procedure is the process of discovering other Bluetooth-enabled devices that are within range.