Meartan / android-scripting

Automatically exported from code.google.com/p/android-scripting
1 stars 0 forks source link

expose bluetooth socket file number #647

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Is it possible to expose bluetooth socket file descriptor?

I am using the bluetooth connection RFCOMM as a transport for a twisted select 
reactor. I guess with a fileno it would make it possible for the reactor to 
call doRead and doWrite automatically.

Original issue reported on code.google.com by cyril.ho...@gmail.com on 17 Jul 2012 at 4:58

GoogleCodeExporter commented 9 years ago
I guess I was wrong here, the Java API does not have a socket file number 
either.

Original comment by cyril.ho...@gmail.com on 17 Jul 2012 at 5:43