enumerazione BLUETOOTH_AUTHENTICATION_METHOD (bluetoothapis.h)
L'enumerazione BLUETOOTH_AUTHENTICATION_METHOD definisce i tipi di autenticazione supportati durante l'associazione di dispositivi.
Sintassi
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;
Costanti
BLUETOOTH_AUTHENTICATION_METHOD_LEGACY Valore: 0x1 Il dispositivo Bluetooth supporta l'autenticazione tramite un PIN. |
BLUETOOTH_AUTHENTICATION_METHOD_OOB Il dispositivo Bluetooth supporta l'autenticazione tramite dati fuori banda. |
BLUETOOTH_AUTHENTICATION_METHOD_NUMERIC_COMPARISON Il dispositivo Bluetooth supporta l'autenticazione tramite confronto numerico. |
BLUETOOTH_AUTHENTICATION_METHOD_PASSKEY_NOTIFICATION Il dispositivo Bluetooth supporta l'autenticazione tramite notifica passkey. |
BLUETOOTH_AUTHENTICATION_METHOD_PASSKEY Il dispositivo Bluetooth supporta l'autenticazione tramite passkey. |
Requisiti
Requisito | Valore |
---|---|
Client minimo supportato | Windows XP con SP2 [solo app desktop] |
Server minimo supportato | Nessuno supportato |
Intestazione | bluetoothapis.h (includere Bthsdpdef.h, BluetoothAPIs.h) |