Closed ko1in1u closed 10 months ago
Since this is a change in the expected format of AdvertiseData does it affect any existing use cases? Also, is this expected format documented anywhere?
No usage of ManufacturerData
was found internally. There is no documentation about the correct format. However, according to [AdvertiseData.getManufacturerSpecificData](https://developer.android.com/reference/android/bluetooth/le/AdvertiseData?hl=en#getManufacturerSpecificData())
Returns an array of manufacturer Id and the corresponding manufacturer specific data.
it seems more reasonal that putting ManufacturerId
and ManufacturerSpecificData
together
manufacturerSpecificData
is one of arguments when adding manufacturer specific data (see AdvertiseData.Builder#addManufacturerData)Before Change:
After Change:
This change is