Click or drag to resize

wclBluetoothRadioGetConnectable Method

Read the local Bluetooth Radio connectable state.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
public int GetConnectable(
	out bool Connectable
)

Parameters

Connectable  Boolean
On output the local Bluetooth Radio connectable state.

Return Value

Int32
If the function succeed the return value is WCL_E_SUCCESS. Otherwise the method returns one of the WCL error codes.
Remarks

If the returned Connectable parameter value is True remote Bluetooth enabled devices can connect to this Radio.

If the value of the Connectable parameter is False remote Bluetooth enabled devices can not connect to the Radio.

See Also