MockLocalServiceWrapperBuilder
A LocalServiceWrapperBuilder that produces mock wrappers, allowing attribute graphs to be built in tests on any platform without a live Bluetooth stack.
Functions
Link copied to clipboard
open override fun createCharacteristic(uuid: UUID, properties: Set<CharacteristicProperty>, encryptedNotification: Boolean, permissions: Set<LocalCharacteristic.Permission>): LocalCharacteristicWrapper
Link copied to clipboard
open override fun createDescriptor(uuid: UUID, permissions: Set<LocalDescriptor.Permissions>): LocalDescriptorWrapper
Link copied to clipboard