System.Bluetooth.Components.TBluetoothLE.OnServicesDiscovered

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnServicesDiscovered: TDiscoverServicesEvent read FOnServicesDiscovered write FOnServicesDiscovered;

C++

__property System::Bluetooth::TDiscoverServicesEvent OnServicesDiscovered = {read=FOnServicesDiscovered, write=FOnServicesDiscovered};

Properties

Type Visibility Source Unit Parent
event published
System.Bluetooth.Components.pas
System.Bluetooth.Components.hpp
System.Bluetooth.Components TBluetoothLE

Description

Occurs when the list of services that a device provides is discovered.

OnServicesDiscovered occurs:

The handler of OnServicesDiscovered receives the following parameters:

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

See Also