Click or drag to resize

wclBluetoothRadioGetDiscoverable Method

Read the local Bluetooth Radio discoverable state.

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

Parameters

Discoverable  Boolean
On output the local Bluetooth Radio discoverable 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 Discoverable parameter value is True remote Bluetooth enabled devices can discover this Radio.

If the value of the Discoverable parameter is False remote Bluetooth enabled devices can not discover the Radio.

See Also