Remarque
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de vous connecter ou de modifier des répertoires.
L’accès à cette page nécessite une autorisation. Vous pouvez essayer de modifier des répertoires.
L’énumération BLUETOOTH_AUTHENTICATION_METHOD définit les types d’authentification pris en charge pendant le jumelage d’appareils.
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;
Constantes
BLUETOOTH_AUTHENTICATION_METHOD_LEGACYValeur : 0x1 L’appareil Bluetooth prend en charge l’authentification via un code confidentiel. |
BLUETOOTH_AUTHENTICATION_METHOD_OOBL’appareil Bluetooth prend en charge l’authentification via des données hors bande. |
BLUETOOTH_AUTHENTICATION_METHOD_NUMERIC_COMPARISONL’appareil Bluetooth prend en charge l’authentification par comparaison numérique. |
BLUETOOTH_AUTHENTICATION_METHOD_PASSKEY_NOTIFICATIONL’appareil Bluetooth prend en charge l’authentification par notification de clé d’accès. |
BLUETOOTH_AUTHENTICATION_METHOD_PASSKEYL’appareil Bluetooth prend en charge l’authentification via une clé d’accès. |
Configuration requise
| Condition requise | Valeur |
|---|---|
| Client minimal pris en charge | Windows XP avec SP2 [applications de bureau uniquement] |
| Serveur minimal pris en charge | Aucun pris en charge |
| En-tête | bluetoothapis.h (inclure Bthsdpdef.h, BluetoothAPIs.h) |