System.Bluetooth.TBluetoothLEAdvertiseData.RemoveServiceData
Delphi
procedure RemoveServiceData(const AServiceUUID: TBluetoothUUID);
C++
void __fastcall RemoveServiceData(const TBluetoothUUID &AServiceUUID);
Propriétés
| Type | Visibilité | Source | Unité | Parent |
|---|---|---|---|---|
procedure function |
public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEAdvertiseData |
Description
Retire une paire composée de l'UUID et des données d'un service GATT ayant l'UUID des données du service promu.
Exceptions
| Exception | Message | Scénarios |
|---|---|---|
| EBluetoothLEAdvertiseDataException | Requiert au minimum Android 5 (API 21) |
|