rssiUpdates property

Stream<BluetoothRssiEvent> get rssiUpdates

监听 RSSI 读取结果。

无参数。RSSI 单位为 dBm,通常为负数,数值越接近 0 信号越强;Web 为空流。

Implementation

Stream<BluetoothRssiEvent> get rssiUpdates {
  throw UnimplementedError('rssiUpdates has not been implemented.');
}