Home > Language Reference > Classes > Bluetooth
UnconnectedAccessible Property
Indicates the accessibility mode when the device is unconnected.
Syntax
Public Property Get UnconnectedAccessible() As HbBluetoothState
Remarks
The UnconnectedAccessible property indicates the accessibility mode of the local device when it is unconnected. It can return one of the following values:
| Constant | Value | Description |
| hbBluetoothNotAccessible | &H00 | The device is not accessible. |
| hbBluetoothConnectableOnly | &H02 | The device can be accessed from a remote device, but cannot be discovered by a Bluetooth inquiry. |
| hbBluetoothDiscoverable | &H03 | The device can be accessed and discovered. |
System requirements
| System | Minimal version | Remarks |
| Palm OS | Palm OS 3.0 | Requires a Bluetooth enabled device. |
| Windows CE | Windows CE 3.0 | - |