MockLocalCharacteristicWrapper
A LocalCharacteristicWrapper for use in tests.
A LocalCharacteristicWrapper for use in tests.
A LocalCharacteristicWrapper for use in tests.
Constructors
Link copied to clipboard
actual constructor(uuid: UUID, properties: Set<CharacteristicProperty>, permissions: Set<LocalCharacteristic.Permission>)
actual constructor(uuid: UUID, properties: Set<CharacteristicProperty>, permissions: Set<LocalCharacteristic.Permission>)
expect constructor(uuid: UUID, properties: Set<CharacteristicProperty>, permissions: Set<LocalCharacteristic.Permission>)
Properties
Link copied to clipboard
Link copied to clipboard
the LocalCharacteristic.Permission of the characteristic
the LocalCharacteristic.Permission of the characteristic
the LocalCharacteristic.Permission of the characteristic
Link copied to clipboard
the CharacteristicProperty of the characteristic
the CharacteristicProperty of the characteristic
the CharacteristicProperty of the characteristic
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
open override fun notify(gattServer: BluetoothGattServer, device: BluetoothDevice, value: ByteArray, indicate: Boolean): Boolean
Link copied to clipboard
open override fun updateValue(serverWrapper: KalugaBluetoothServerWrapper, value: NSData, centrals: List<CBCentral>): Boolean