TwclBluetoothAddressType Enumeration

Describes the Bluetooth address type.

Namespace: wclBluetooth
type
 TwclBluetoothAddressType = (
 atClassic,
 atPublic,
 atRandom,
 atUnspecified
 );

The TwclBluetoothAddressType type exposes the following members.

Show:
 NameDescription
atClassic

Classic Bluetooth device (public static address).

atPublic

Public address.

atRandom

Random address.

atUnspecified

Unspecified address.

Top