Language

AdvertiseData.Builder.AddManufacturerData(Int32, Byte[]) Method

Definition

Add manufacturer specific data.

[Android.Runtime.Register("addManufacturerData", "(I[B)Landroid/bluetooth/le/AdvertiseData$Builder;", "")]
public Android.Bluetooth.LE.AdvertiseData.Builder? AddManufacturerData(int manufacturerId, byte[]? manufacturerSpecificData);
[<Android.Runtime.Register("addManufacturerData", "(I[B)Landroid/bluetooth/le/AdvertiseData$Builder;", "")>]
member this.AddManufacturerData : int * byte[] -> Android.Bluetooth.LE.AdvertiseData.Builder

Parameters

manufacturerId
Int32

Manufacturer ID assigned by Bluetooth SIG.

manufacturerSpecificData
Byte[]

Manufacturer specific data

Returns

Attributes

Remarks

Add manufacturer specific data.

Please refer to the Bluetooth Assigned Numbers document provided by the Bluetooth SIG for a list of existing company identifiers.

Android reference for android.bluetooth.le.AdvertiseData.Builder.addManufacturerData.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to