System.Bluetooth.Components.TBluetooth.DiscoverDevices

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DiscoverDevices(ATimeout: Integer);

C++

void __fastcall DiscoverDevices(int ATimeout);

Properties

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

Description

The current adapter performs a new scan of discoverable devices until a Timeout.

DiscoverDevices supports the following platforms:

Platform Support Timeout Unit

Android

YesC++11Feature.png

msecs

macOS

Not supported

iOS

Not supported

Linux

Not supported

Windows

YesC++11Feature.png

msecs


See Also