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