fix(bluetooth): add missing &[] arg to getAvailableCommunicationDevices JNI call
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
@@ -195,6 +195,7 @@ fn try_set_communication_device(
|
||||
am,
|
||||
"getAvailableCommunicationDevices",
|
||||
"()Ljava/util/List;",
|
||||
&[],
|
||||
)
|
||||
.and_then(|v| v.l())
|
||||
.map_err(|e| format!("getAvailableCommunicationDevices: {e}"))?;
|
||||
|
||||
Reference in New Issue
Block a user