BluetoothServerDSL

Functions

Link copied to clipboard
abstract fun advertise(data: AdvertiseData.Builder.() -> Unit)

Starts advertising with the given data

Link copied to clipboard
abstract fun service(uuid: UUID, service: LocalService.DSL.Primary.() -> Unit)
open fun service(uuidString: String, service: LocalService.DSL.Primary.() -> Unit)