System.Bluetooth.TBluetoothAdapter.DoUnPair

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function DoUnPair(const ADevice: TBluetoothDevice): Boolean; virtual; abstract;

C++

virtual bool __fastcall DoUnPair(TBluetoothDevice* const ADevice) = 0 ;

Properties

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

Description

Note: This is an abstract method that platform-specific subclasses of TBluetoothAdapter implement.

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

UnPair calls DoUnPair.

DoUnPair 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