System.Bluetooth.TBluetoothLEAdvertiseData.RemoveServiceUUID

From RAD Studio API Documentation
Revision as of 09:45, 7 September 2015 by AChavesBot (talk | contribs) (RS-67395)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Delphi

procedure RemoveServiceUUID(const AServiceUUID: TBluetoothUUID);

C++

void __fastcall RemoveServiceUUID(const GUID &AServiceUUID);

Properties

Type Visibility Source Unit Parent
procedure
function
public
System.Bluetooth.pas
System.Bluetooth.hpp
System.Bluetooth TBluetoothLEAdvertiseData

Description

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)
  • Your device runs a version of Android that does not support Bluetooth LE advertising.

See Also