System.Bluetooth.Components.TBluetoothLE.DoOnServicesDiscovered

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

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

C++

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

Properties

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

Description

Dispatcher of the OnServicesDiscovered event.

It is called from the DoInternalDiscoverLEDevice dispatcher.

This event dispatcher receives the following parameters:

  • Sender is a discovered device .
  • AServiceList is the list of services of the discovered device.

See Also