Skip to content

Instantly share code, notes, and snippets.

@Elvis10ten
Created November 6, 2020 22:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Elvis10ten/48c0a8bc6f1faa93a3d940c8a52e7410 to your computer and use it in GitHub Desktop.
Save Elvis10ten/48c0a8bc6f1faa93a3d940c8a52e7410 to your computer and use it in GitHub Desktop.
data class Block(
val serviceClass: ServiceClass,
val profile: PeripheralProfile,
val peripheral: Peripheral,
val priority: Int,
val timestamp: Long,
val bondSteadyState: PeripheralBond.State,
val owner: HostInfo,
val canStreamData: Boolean,
val canHandleDataStream: Boolean
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment