System.Bluetooth.TBluetoothLEAdvertiseData.SetManufacturerSpecificData
Delphi
procedure SetManufacturerSpecificData(const AManufacturerSpecificData: TBytes); virtual; abstract;
C++
virtual void __fastcall SetManufacturerSpecificData(const System::Sysutils::TBytes AManufacturerSpecificData) = 0 ;
Properties
Type | Visibility | Source | Unit | Parent |
---|---|---|---|---|
procedure function |
protected | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEAdvertiseData |
Description
Setter of ManufacturerSpecificData.
Exceptions
Exception | Message | Scenarios |
---|---|---|
EBluetoothLEAdvertiseDataException | Need at least Android 5 (API 21) |
|