System.Bluetooth.TBluetoothLEAdapter.DoStartDiscoveryRaw
Delphi
function DoStartDiscoveryRaw: Boolean; virtual; abstract;
C++
virtual bool __fastcall DoStartDiscoveryRaw(void) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
function | protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEAdapter |
Description
- Note: This is an abstract method that platform-specific subclasses of TBluetoothLEAdapter implement.
Cancels any pending discovery and starts a new one.
StartDiscoveryRaw calls DoStartDiscoveryRaw.