System.Bluetooth.Components.TBluetooth.Pair

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function Pair(const ADevice: TBluetoothDevice): Boolean;

C++

bool __fastcall Pair(System::Bluetooth::TBluetoothDevice* const ADevice);

Properties

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

Description

The current adapter performs a pairing request to an ADevice.

See Also