System.Bluetooth.TBluetoothLEAdvertiseData.DoRemoveServiceUUID
Delphi
procedure DoRemoveServiceUUID(const AServiceUUID: TBluetoothUUID); virtual; abstract;
C++
virtual void __fastcall DoRemoveServiceUUID(const TBluetoothUUID &AServiceUUID) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEAdvertiseData |
Description
- Note: This is an abstract method that platform-specific subclasses of TBluetoothLEAdvertiseData implement.
Removes the specified UUID of a GATT service from the advertised service UUIDs.
Exceptions
Exception | Message | Scenarios |
---|---|---|
EBluetoothLEAdvertiseDataException | Need at least Android 5 (API 21) |
|