All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.io.runtime.mcumgr.ble.UuidConfig Maven / Gradle / Ivy

package io.runtime.mcumgr.ble;

import java.util.UUID;

import androidx.annotation.NonNull;

/**
 * The UUID Config allows providing a custom set of UUIDs for the McuMgr BLE Transport.
 */
public interface UuidConfig {

	/** The SMP service UUID. */
	@NonNull UUID getServiceUuid();

	/** The SMP characteristic UUID. */
	@NonNull UUID getCharacteristicUuid();
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy