bluetoothRemoveDevice 函数 (bluetoothapis.h)

BluetoothRemoveDevice 功能删除蓝牙设备和计算机之间的身份验证,并清除设备的缓存服务信息。

语法

DWORD BluetoothRemoveDevice(
  const BLUETOOTH_ADDRESS *pAddress
);

参数

pAddress

指向要删除的蓝牙设备的地址的指针。

返回值

成功删除蓝牙设备后返回 ERROR_SUCCESS 。 如果未找到设备,则返回 ERROR_NOT_FOUND

注解

如果 pAddress 指示的设备不是已记住的设备,BluetoothRemoveDevice 功能将失败。

要求

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

另请参阅

BLUETOOTH_DEVICE_INFO

BLUETOOTH_DEVICE_SEARCH_PARAMS

BluetoothDisplayDeviceProperties

BluetoothFindDeviceClose

BluetoothFindFirstDevice

BluetoothFindNextDevice

BluetoothGetDeviceInfo