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)
Library Bthprops.lib
DLL bthprops.cpl

另请参阅

BluetoothAuthenticateDevice

BluetoothAuthenticateMultipleDevices

BluetoothEnableDiscovery

BluetoothEnableIncomingConnections

BluetoothIsDiscoverable

BluetoothRegisterForAuthentication

BluetoothSendAuthenticationResponse

BluetoothUnregisterAuthentication