System.Bluetooth.TBluetoothAdapter.UnPair

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function UnPair(const ADevice: TBluetoothDevice): Boolean;

C++

bool __fastcall UnPair(TBluetoothDevice* const ADevice);

Properties

Type Visibility Source Unit Parent
function public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothAdapter

Description

Requests to unpair the device running your application from the specified remote device.

UnPair returns False if the unpairing operation fails, or True if the unpairing operation succeeds.

Platform Support

Platform Supported

32-bit Windows
64-bit Windows

YesC++11Feature.png

OS X

Android

See Also