System.Bluetooth.TBluetoothLEDevice.DoOnServicesDiscovered
Delphi
procedure DoOnServicesDiscovered(const Sender: TObject; const AServiceList: TBluetoothGattServiceList); virtual;
C++
virtual void __fastcall DoOnServicesDiscovered(System::TObject* const Sender, TBluetoothGattServiceList* const AServiceList);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
procedure function |
protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEDevice |
Description
Répartiteur de l'événement OnServicesDiscovered.
DoDiscoverServices appelle DoOnServicesDiscovered quand elle termine la découverte du service. Si la découverte a réussi, utilisez la propriété Services pour accéder aux services détectés.
Support de la plate-forme
| Plate-forme | Bluetooth Low Energy | |
|---|---|---|
| Client | Serveur | |
|
Windows |
8+ |
|
|
OS X |
10.7+ |
10.9+ |
|
iOS |
5+ |
6+ |
|
Android |
4.3+ |
|