System.Bluetooth.TBluetoothLEManager.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.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEManager

Description

Cancels a discovery previously started by StartDiscovery.

Platform Support

On Windows, CancelDiscovery has no effect because StartDiscovery triggers the OnDiscoveryEnd event immediately.

See Also