System.Bluetooth.TBluetoothLEDevice.DoOnServicesDiscovered

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

procedure DoOnServicesDiscovered(const Sender: TObject; const AServiceList: TBluetoothGattServiceList); virtual;

C++

virtual void __fastcall DoOnServicesDiscovered(System::TObject* const Sender, TBluetoothGattServiceList* const AServiceList);

Properties

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

Description

Dispatcher of the OnServicesDiscovered event.

DoDiscoverServices calls DoOnServicesDiscovered once it completes the service discovery. If the discovery was successful, use the Services property to access the discovered services.

Platform Support

Platform Bluetooth Low Energy
Client Server

Windows

8+

OS X

10.7+

10.9+

iOS

5+

6+

Android

4.3+

See Also