ExperimentalMeshApi

@RequiresOptIn(level = RequiresOptIn.Level.WARNING, message = "This BLE Mesh API is experimental and may change in future releases.")
annotation class ExperimentalMeshApi

Marks APIs that are experimental and may change without notice.

Pattern matches com.atruedev.kmpble.ExperimentalBleApi from the core library. APIs annotated with this require opt-in via @OptIn(ExperimentalMeshApi::class) and may change in future releases.