System.Bluetooth.Components.TBluetooth.IsPaired
Delphi
function IsPaired(const ADevice: TBluetoothDevice): Boolean;
C++
bool __fastcall IsPaired(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
Returns True when the ADevice is paired to the current adapter, False otherwise.