MockBluetoothGattService
data class MockBluetoothGattService(val uuid: UUID, val type: Int, _characteristics: List<IBluetoothGattCharacteristic>) : IBluetoothGattService
Mock variant of the service. It's special feature is that it is independent from Android dependencies and can be used for unit testing.