System.Bluetooth.TBluetoothLEAdapter.DoCancelLeDiscovery

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoCancelLeDiscovery; virtual; deprecated 'Use DoCancelDiscovery';

C++

virtual void __fastcall DoCancelLeDiscovery _DEPRECATED_ATTRIBUTE1("Use DoCancelDiscovery") (void);

Properties

Type Visibility Source Unit Parent
procedure
function
protected
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEAdapter

Description

Warning: DoCancelLeDiscovery is deprecated. Please use DoCancelDiscovery.

Note: This is an abstract method that platform-specific subclasses of TBluetoothLEAdapter implement.

Cancels a discovery previously started by DoStartLeDiscovery.

CancelDiscovery calls DoCancelLeDiscovery.

See Also