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,
|
am,
|
||||||
"getAvailableCommunicationDevices",
|
"getAvailableCommunicationDevices",
|
||||||
"()Ljava/util/List;",
|
"()Ljava/util/List;",
|
||||||
|
&[],
|
||||||
)
|
)
|
||||||
.and_then(|v| v.l())
|
.and_then(|v| v.l())
|
||||||
.map_err(|e| format!("getAvailableCommunicationDevices: {e}"))?;
|
.map_err(|e| format!("getAvailableCommunicationDevices: {e}"))?;
|
||||||
|
|||||||
Reference in New Issue
Block a user