System.Bluetooth.TBluetoothLEDevice.OnServicesDiscovered
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+ |
|
|
Mac OS X |
10.7+ |
10.9+ |
|
iOS |
5+ |
6+ |
|
Android |
4.3+ |
|