readRssi method
实现 FlutterBluetoothPluginPlatform.readRssi。
Web Bluetooth 不公开 RSSI。
Implementation
@override
Future<int> readRssi(String deviceId) {
throw UnsupportedError('RSSI reads are not supported by Web Bluetooth.');
}
实现 FlutterBluetoothPluginPlatform.readRssi。
Web Bluetooth 不公开 RSSI。
@override
Future<int> readRssi(String deviceId) {
throw UnsupportedError('RSSI reads are not supported by Web Bluetooth.');
}