System.Bluetooth.TBluetoothLEAdvertiseData.ClearServiceData
Delphi
procedure ClearServiceData;
C++
void __fastcall ClearServiceData(void);
Inhaltsverzeichnis
Eigenschaften
| Typ | Sichtbarkeit | Quelle | Unit | Übergeordnet |
|---|---|---|---|---|
procedure function |
public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEAdvertiseData |
Beschreibung
Entfernt alle UUID/Daten-Paare von GATT-Diensten aus den bekannt gegebenen Dienstdaten.
Exceptions
| Exception | Meldung | Szenarien |
|---|---|---|
| EBluetoothLEAdvertiseDataException | Mindestens Android 5 (API 21) erforderlich |
|