System.Bluetooth.TBluetoothLEAdvertiseData.ClearServiceUUIDs
Delphi
procedure ClearServiceUUIDs;
C++
void __fastcall ClearServiceUUIDs();
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEAdvertiseData |
Description
Removes all the UUID of GATT services from the advertised service UUIDs.
Exceptions
Exception | Message | Scenarios |
---|---|---|
EBluetoothLEAdvertiseDataException | Need at least Android 5 (API 21) |
|