共用方式為


BLUETOOTH_DEVICE_SEARCH_PARAMS結構 (bluetoothapis.h)

BLUETOOTH_DEVICE_SEARCH_PARAMS結構會指定藍牙裝置搜尋的搜尋準則。

語法

typedef struct _BLUETOOTH_DEVICE_SEARCH_PARAMS {
  DWORD  dwSize;
  BOOL   fReturnAuthenticated;
  BOOL   fReturnRemembered;
  BOOL   fReturnUnknown;
  BOOL   fReturnConnected;
  BOOL   fIssueInquiry;
  UCHAR  cTimeoutMultiplier;
  HANDLE hRadio;
} BLUETOOTH_DEVICE_SEARCH_PARAMS;

成員

dwSize

以位元組為單位的結構大小。

fReturnAuthenticated

值,指定搜尋應該傳回已驗證的藍牙裝置。

fReturnRemembered

值,指定搜尋應該傳回記住的藍牙裝置。

fReturnUnknown

值,指定搜尋應該傳回未知的藍牙裝置。

fReturnConnected

值,指定搜尋應該傳回連線的藍牙裝置。

fIssueInquiry

值,指定應該發出新的查詢。

cTimeoutMultiplier

值,表示查詢逾時,以 1.28 秒的增量表示。 例如,12.8 秒的查詢具有 cTimeoutMultiplier 值 10。 此成員的最大值為 48。 使用大於 48 的值時,呼叫函式會立即失敗並傳回 E_INVALIDARG

hRadio

要在其中執行查詢之無線電的句柄。 設定為 NULL ,以在所有本機藍牙無線電上執行查詢。

規格需求

需求
最低支援的用戶端 Windows Vista、Windows XP SP2 [僅限傳統型應用程式]
最低支援的伺服器 都不支援
標頭 bluetoothapis.h (包括 Bthsdpdef.h、BluetoothAPIs.h)

另請參閱

BluetoothDisplayDeviceProperties

BluetoothFindDeviceClose

BluetoothFindFirstDevice

BluetoothFindNextDevice

BluetoothGetDeviceInfo

BluetoothRemoveDevice

BluetoothUpdateDeviceRecord