NativeBluetoothGattService

Native variant of a service. It's a wrapper around BluetoothGattService.

Constructors

Link copied to clipboard
constructor(service: BluetoothGattService)

Properties

Link copied to clipboard

List of characteristics of this service.

Link copied to clipboard
Link copied to clipboard
open override val type: Int

Not parsed type of a service.

Link copied to clipboard
open override val uuid: UUID

UUID of a service.

Functions

Link copied to clipboard
open override fun toString(): String