System.Bluetooth.TBluetoothLEDevice.OnServicesDiscovered

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property OnServicesDiscovered: TDiscoverServicesEvent read FOnServicesDiscovered write FOnServicesDiscovered;

C++

__property TDiscoverServicesEvent OnServicesDiscovered = {read=FOnServicesDiscovered, write=FOnServicesDiscovered};

Properties

Type Visibility Source Unit Parent
event public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEDevice

Description

Occurs when a service discovery ends after a previous call to DiscoverServices.

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