BluetoothEnableIncomingConnections 函数 (bluetoothapis.h)

BluetoothEnableIncomingConnections 函数修改本地蓝牙无线电是否接受传入连接。

语法

BOOL BluetoothEnableIncomingConnections(
  HANDLE hRadio,
  BOOL   fEnabled
);

参数

hRadio

要更改传入连接是启用还是 NULL 的有效本地单选句柄。 如果 为 NULL,则尝试修改传入连接接受会循环访问所有本地无线电;如果调用修改了任何无线电,则函数调用成功。

fEnabled

指定是启用或禁用传入连接接受的标志。 设置为 TRUE 可启用传入连接,设置为 FALSE 可禁用传入连接。

返回值

如果已成功更改传入连接状态,则返回 TRUE 。 如果 hRadioNULL,则返回值为 TRUE 表示至少一个本地无线电状态已成功更改。 如果未更改传入连接状态,则返回 FALSE ;如果 hRadioNULL,则没有无线电接受状态更改。

注解

不可连接的无线电不可发现。 在使无线电不可连接之前,必须使无线电不可发现。 未能在使无线电不可连接之前使无线电不可发现,将导致 BluetoothEnableIncomingConnections 函数调用失败。

要求

要求
最低受支持的客户端 Windows Vista、Windows XP 和 SP2 [仅限桌面应用]
最低受支持的服务器 无受支持的版本
目标平台 Windows
标头 bluetoothapis.h (包括 Bthsdpdef.h、BluetoothAPIs.h)
Library Bthprops.lib
DLL bthprops.cpl

另请参阅

BluetoothAuthenticateDevice

BluetoothAuthenticateMultipleDevices

BluetoothEnableDiscovery

BluetoothIsConnectable

BluetoothIsDiscoverable

BluetoothRegisterForAuthentication

BluetoothSendAuthenticationResponse

BluetoothUnregisterAuthentication