BLUETOOTH_PIN_INFO structure (bluetoothapis.h)
The BLUETOOTH_PIN_INFO structure contains information used for authentication via PIN.
Syntax
typedef struct _BLUETOOTH_PIN_INFO {
UCHAR pin[BTH_MAX_PIN_SIZE];
UCHAR pinLength;
} BLUETOOTH_PIN_INFO, *PBLUETOOTH_PIN_INFO;
Members
pin[BTH_MAX_PIN_SIZE]
The PIN used for authentication.
pinLength
The length of pin.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows Vista, Windows XP with SP2 [desktop apps only] |
Minimum supported server | None supported |
Header | bluetoothapis.h (include Bthsdpdef.h, BluetoothAPIs.h) |