System.Bluetooth.TBluetoothLEManager.StartDiscoveryRaw

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

function StartDiscoveryRaw: Boolean;

C++

bool __fastcall StartDiscoveryRaw(void);

Properties

Type Visibility Source Unit Parent
function public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEManager

Description

Starts a scan for Bluetooth Low Energy devices.

Calls the StartDiscoveryRaw function of the current adapter.

See Also