readRssi method

Future<int> readRssi({
  1. int timeout = 15,
})
override

Read the RSSI of connected remote device

Implementation

Future<int> readRssi({int timeout = 15}) async {
  return rssi ?? -100;
}