Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bluetooth Connectivity #268

Closed
wayofthefuture opened this issue Mar 4, 2017 · 4 comments
Closed

Bluetooth Connectivity #268

wayofthefuture opened this issue Mar 4, 2017 · 4 comments

Comments

@wayofthefuture
Copy link

Is it possible to connect to a bluetooth device currently connected to the Android device via Termux? Thanks.

@wayofthefuture
Copy link
Author

I am willing to fund development of this feature if anyone is interested.

@Grimler91
Copy link
Member

@wayofthefuture Could you elaborate a bit? What would you like to do, connect to a bluetooth device and do serial communication?

@wayofthefuture
Copy link
Author

Yes that is correct. Utf-8 / ASCII messages coming across the serial port as a stream of data. It would have to be able to enumerate available bluetooth devices paired with the tablet / phone, then connect to a specified device based on some kind of identifier or device name.

The enumeration library is already written, it's called node bluetooth-serial-port. All you would have to do is provide the bluetooth interface via rfcomm or libbluetoothdev, mimicking the standard bluetooth on linux, and it should work I would think. Thanks.

@Grimler91
Copy link
Member

Closing this in favour of #235.

@ghost ghost locked and limited conversation to collaborators Oct 17, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

3 participants