System.Bluetooth.Components.TBluetoothLE.CancelDiscovery

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure CancelDiscovery;

C++

void __fastcall CancelDiscovery();

Properties

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

Description

Cancels a discovery previously started by DiscoverDevices.

Platform Support

On Windows, CancelDiscovery has no effect because DiscoverDevices triggers the OnEndDiscoverDevices event immediately.

See Also