énumération BLUETOOTH_AUTHENTICATION_METHOD (bluetoothapis.h)
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_LEGACY Valeur : 0x1 L’appareil Bluetooth prend en charge l’authentification via un code confidentiel. |
BLUETOOTH_AUTHENTICATION_METHOD_OOB L’appareil Bluetooth prend en charge l’authentification via des données hors bande. |
BLUETOOTH_AUTHENTICATION_METHOD_NUMERIC_COMPARISON L’appareil Bluetooth prend en charge l’authentification par comparaison numérique. |
BLUETOOTH_AUTHENTICATION_METHOD_PASSKEY_NOTIFICATION L’appareil Bluetooth prend en charge l’authentification par notification de clé d’accès. |
BLUETOOTH_AUTHENTICATION_METHOD_PASSKEY L’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) |