Skip to content

This repository allows to use bluetooth (and ble) scan command from the termux console (version 0.64 of the Termux Project, so this repository is not official, it is just my modified version for termux-bluetooth commands).

License

Notifications You must be signed in to change notification settings

ClonStoreRecovery/termux-app-bluetooth

 
 

Repository files navigation

Termux app

Travis build status Join the chat at https://gitter.im/termux/termux

Termux is an Android terminal app and Linux environment.

Note that this repository is for the app itself (the user interface and the terminal emulation). For the packages installable inside the app, see termux/termux-packages. This repository contains termux-api so there is not need to install it manually.

Terminal resources

Terminal emulators

Additional Features

This repository is maily an extesion of the Termux Project that allows the usage of bluetooth commands from console:

  • termux-bluetooth-scaninfo: The first time termux will ask for permissions if needed, the second time you type this command it will start the scanning of devices (BLE is also supported under the dev-ble branch, however it hasn't been merged due to the lack of LE devices for testing), the third time you type this command it will stop the scanner.
  • termux-bluetooth-connect: This command should allows to connect to a device, however it hasnt been implemented yet, feel free to insert your own code under the BluetoothAPI.

Usage example

At the moment it shows only devices name but you can add more info to be printed.

Contact

If you have any question (or problem) feel free to post it in Issues section or contact me at [email protected]

About

This repository allows to use bluetooth (and ble) scan command from the termux console (version 0.64 of the Termux Project, so this repository is not official, it is just my modified version for termux-bluetooth commands).

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 98.6%
  • Other 1.4%