System.Bluetooth.Components.TBluetooth.PairedDevices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function PairedDevices: TBluetoothDeviceList; overload;
function PairedDevices(const AUUID: TBluetoothUUID): TBluetoothDeviceList; overload;

C++

System::Bluetooth::TBluetoothDeviceList* __fastcall PairedDevices()/* overload */;
System::Bluetooth::TBluetoothDeviceList* __fastcall PairedDevices(const GUID &AUUID)/* overload */;

Properties

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

Description

Queries the current adapter for paired devices.

The parameter AUUID is optional. AUUID is the unique identifier of a Bluetooth service. If you specify AUUID, PairedDevices returns only devices that offer that service.

See Also