MockLocalServiceWrapperBuilder

A LocalServiceWrapperBuilder that produces mock wrappers, allowing attribute graphs to be built in tests on any platform without a live Bluetooth stack.

Constructors

Link copied to clipboard
constructor()

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
Link copied to clipboard
open override fun createService(uuid: UUID, type: Service.Type): LocalServiceWrapper