distriqt / airnativeextensions

DEPRECATED: Original repository of the distriqt native extensions and is no longer maintained. Please see our site for the latest ANEs
https://airnativeextensions.com
2 stars 0 forks source link

Bluetooth Android close error #223

Closed Krost closed 10 years ago

Krost commented 10 years ago

"close" method for same uuid throws two errors:

"close:error (invalid:parameters)" and "%d can't format java.lang.boolean arguments"

Krost commented 10 years ago

Using 7-zip and hex editor, change %d to %s (try change to %b, but no result) in Log string, in CloseFunction.class. All works! :)

marchbold commented 10 years ago

Thanks for updating us on this, I'll make sure I update the extension to correct this issue today. Cheers

Krost commented 10 years ago

Thank you!

marchbold commented 10 years ago

No problems, Let me know if you have any further issues!