System.Bluetooth.TBluetoothLEAdvertiseData.ManufacturerSpecificData
Delphi
property ManufacturerSpecificData: TBytes read GetManufacturerSpecificData write SetManufacturerSpecificData;
C++
__property System::DynamicArray<System::Byte> ManufacturerSpecificData = {read=GetManufacturerSpecificData, write=SetManufacturerSpecificData};
Properties
| Type | Visibility | Source | Unit | Parent |
|---|---|---|---|---|
| property | public | System.Bluetooth.pas System.Bluetooth.hpp |
System.Bluetooth | TBluetoothLEAdvertiseData |
Description
Manufacturer-specific data of the advertising device.
The manufacturer-specific data is an array of bytes where the first two bytes contain a company identifier code. The manufacturer that the company identifier code specifies defines the format of the remaining bytes.
Exceptions
| Exception | Message | Scenarios |
|---|---|---|
| EBluetoothLEAdvertiseDataException | Need at least Android 5 (API 21) |
|