共用方式為


BluetoothIsDiscoverable 函式 (bluetoothapis.h)

BluetoothIsDiscoverable 函式會決定藍牙無線電或無線電是可探索的。

語法

BOOL BluetoothIsDiscoverable(
  HANDLE hRadio
);

參數

hRadio

有效的本機單選句柄或 NULL。 如果 為 NULL,則會判斷所有本機無線電的探索;如果可探索到任何無線電,函數調用就會成功。

傳回值

如果至少有一個藍牙無線電可供探索,則會傳回 TRUE 。 如果找不到任何藍牙無線電,則會傳回 FALSE

規格需求

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

另請參閱

BluetoothAuthenticateDevice

BluetoothAuthenticateMultipleDevices

BluetoothEnableDiscovery

BluetoothEnableIncomingConnections

BluetoothIsConnectable

BluetoothRegisterForAuthentication

BluetoothSendAuthenticationResponse

BluetoothUnregisterAuthentication