Lưu ý
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử đăng nhập hoặc thay đổi thư mục.
Cần có ủy quyền mới truy nhập được vào trang này. Bạn có thể thử thay đổi thư mục.
The BLUETOOTH_AUTHENTICATION_METHOD enumeration defines the supported authentication types during device pairing.
Syntax
typedef enum _BLUETOOTH_AUTHENTICATION_METHOD {
BLUETOOTH_AUTHENTICATION_METHOD_LEGACY = 0x1,
BLUETOOTH_AUTHENTICATION_METHOD_OOB,
BLUETOOTH_AUTHENTICATION_METHOD_NUMERIC_COMPARISON,
BLUETOOTH_AUTHENTICATION_METHOD_PASSKEY_NOTIFICATION,
BLUETOOTH_AUTHENTICATION_METHOD_PASSKEY
} BLUETOOTH_AUTHENTICATION_METHOD, *PBLUETOOTH_AUTHENTICATION_METHOD;
Constants
BLUETOOTH_AUTHENTICATION_METHOD_LEGACYValue: 0x1 The Bluetooth device supports authentication via a PIN. |
BLUETOOTH_AUTHENTICATION_METHOD_OOBThe Bluetooth device supports authentication via out-of-band data. |
BLUETOOTH_AUTHENTICATION_METHOD_NUMERIC_COMPARISONThe Bluetooth device supports authentication via numeric comparison. |
BLUETOOTH_AUTHENTICATION_METHOD_PASSKEY_NOTIFICATIONThe Bluetooth device supports authentication via passkey notification. |
BLUETOOTH_AUTHENTICATION_METHOD_PASSKEYThe Bluetooth device supports authentication via passkey. |
Requirements
| Requirement | Value |
|---|---|
| Minimum supported client | Windows XP with SP2 [desktop apps only] |
| Minimum supported server | None supported |
| Header | bluetoothapis.h (include Bthsdpdef.h, BluetoothAPIs.h) |