TwclBluetoothRadio.GetConnectable(Boolean) Method

Read the local Bluetooth Radio connectable state.

Namespace: wclBluetooth
public
 function GetConnectable(out Connectable: Boolean): Integer;

Parameters

Connectable
Type: Boolean

On output the local Bluetooth Radio connectable state.

Return Value

Type: Integer

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

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.