setCustomUuidsForButtonlessDfuWithBondSharing
open fun setCustomUuidsForButtonlessDfuWithBondSharing(@Nullable buttonlessDfuServiceUuid: UUID, @Nullable buttonlessDfuControlPointUuid: UUID): DfuServiceInitiator
Sets custom UUIDs for the Buttonless DFU Service from SDK 14 (or later). Use this method if your DFU implementation uses different UUID for at least one of the given UUIDs. Parameter set to null
will reset the UUID to the default value.
Return
the builder
Parameters
buttonlessDfuServiceUuid
custom Buttonless DFU service UUID or null, if defaultis to be used
buttonlessDfuControlPointUuid
custom Buttonless DFU characteristic UUID or null,if default is to be used