Click or drag to resize

wclBluetoothRadioDoProtectionLevelRequest Method

Fires the OnProtectionLevelRequest event.

Namespace: wclBluetooth
Assembly: wclBluetoothFramework (in wclBluetoothFramework.dll) Version: 7.17.12.0 (7.17.12.0)
Syntax
protected virtual void DoProtectionLevelRequest(
	long Address,
	ref wclBluetoothLeProtectionLevel Protection
)

Parameters

Address  Int64
A remote device's MAC address.
Protection  wclBluetoothLeProtectionLevel
Describes the required protection level provided by an application.
Remarks
This method is used only during BLE pairing.
See Also