I have been playing around with a spare playbook to see what features i can unearth/unlock by rooting.
I have found a directory containg .so files which i am aware we can access by creating a mobile library > swc > ane in flash builder.
I have done all this and i am able to create and load an extension which contains a libbluetooth.so.1 file which hopefully will give me bluetooth access.
I am at an 3500 error which has lasted me a lot longer hence the request for support. Extension context does not have a method is what error is given and it is because I don't know what method to try in this line of code now that i have packaged and accessed the .so file succesfully. Any help or suggestions appreciated.
var result:Object = ctx.call("bt_connect");