Implement readRSSI on Android and Darwin (#203)

This commit is contained in:
EricKwok
2026-01-06 00:25:19 +08:00
committed by Foti Dim
parent a5b6af6168
commit 1adfa9b485
25 changed files with 456 additions and 91 deletions
+3
View File
@@ -93,6 +93,9 @@ abstract class UniversalBlePlatformChannel {
int getConnectionState(String deviceId);
@async
int readRssi(String deviceId);
void setLogLevel(UniversalBleLogLevel logLevel);
}