struktur BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS (bluetoothapis.h)

Struktur BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS berisi informasi konfigurasi tertentu tentang perangkat Bluetooth yang merespons permintaan autentikasi.

Sintaks

typedef struct _BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS {
  BLUETOOTH_DEVICE_INFO                 deviceInfo;
  BLUETOOTH_AUTHENTICATION_METHOD       authenticationMethod;
  BLUETOOTH_IO_CAPABILITY               ioCapability;
  BLUETOOTH_AUTHENTICATION_REQUIREMENTS authenticationRequirements;
  union {
    ULONG Numeric_Value;
    ULONG Passkey;
  };
} BLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS, *PBLUETOOTH_AUTHENTICATION_CALLBACK_PARAMS;

Anggota

deviceInfo

Struktur BLUETOOTH_DEVICE_INFO yang berisi informasi tentang perangkat Bluetooth.

authenticationMethod

Enumerasi BLUETOOTH_AUTHENTICATION_METHOD yang menentukan metode autentikasi yang digunakan oleh perangkat Bluetooth.

ioCapability

Enumerasi BLUETOOTH_IO_CAPABILITY yang menentukan kemampuan input/output perangkat Bluetooth.

authenticationRequirements

BLUETOOTH_AUTHENTICATION_REQUIREMENTS menentukan perlindungan 'Man in the Middle' yang diperlukan untuk autentikasi.

Numeric_Value

Nilai ULONG yang digunakan untuk autentikasi Perbandingan Numerik.

Passkey

Nilai ULONG yang digunakan sebagai kode akses yang digunakan untuk autentikasi.

Persyaratan

Persyaratan Nilai
Klien minimum yang didukung Windows XP dengan SP2 [hanya aplikasi desktop]
Server minimum yang didukung Tidak ada yang didukung
Header bluetoothapis.h (termasuk Bthsdpdef.h, BluetoothAPIs.h)

Lihat juga

BLUETOOTH_AUTHENTICATION_REQUIREMENTS

BLUETOOTH_DEVICE_INFO

BLUETOOTH_IO_CAPABILITY