processData

protected fun processData(btDevice: BluetoothDevice, rssi: Int, data: ByteArray)

Records a device recognized during the IProcessorPlugin.process of a Bluetooth frame.

If the device is not already known in the managed collection, an instance is created and added, otherwise the existing entry is refreshed.

Parameters

btDevice

The emitter of the frame.

rssi

The Received Signal Strength Indicator.

data

The payload, such as the Service Data or the Manufacturer Specific Data.