共用方式為


bluetoothIsConnectable 函式 (bluetoothapis.h)

BluetoothIsConnectable 函式會決定藍牙無線電或無線電是否可連線。

語法

BOOL BluetoothIsConnectable(
  HANDLE hRadio
);

參數

hRadio

有效的本機單選句柄或 NULL。 如果 為 NULL,則會檢查所有本機無線電的可連線性;如果有任何無線電可連接,則函數調用會成功。

傳回值

如果至少一個藍牙無線電接受連入連線,則傳回 TRUE 。 如果沒有接受連入連線的單選,則會傳回 FALSE

備註

如果有多個藍牙無線電,傳回其可連線的第一個無線電會導致 BluetoothIsConnectable 函式成功。

規格需求

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

另請參閱

BluetoothAuthenticateDevice

BluetoothAuthenticateMultipleDevices

BluetoothEnableDiscovery

BluetoothEnableIncomingConnections

BluetoothIsDiscoverable

BluetoothRegisterForAuthentication

BluetoothSendAuthenticationResponse

BluetoothUnregisterAuthentication