TwclBluetoothOobData Record

The structure contains data used to authenticate prior to establishing an Out-of-Band device pairing.

Namespace: wclBluetooth
type
 TwclBluetoothOobData = record
 end;

The TwclBluetoothOobData type exposes the following members.

Show:
 NameDescription
C

A 128-bit cryptographic key used for two-way authentication.

R

A randomly generated number used for one-way authentication. If this number is not provided by the device initiating the OOB session, this value is 0.

Top