Skip to content

Jetpack Compose app that exchanges text data over devices via Bluetooth

License

Notifications You must be signed in to change notification settings

raheemadamboev/bluetooth-chat

Repository files navigation

bluetooth-chat

Jetpack Compose app that exchanges text data over devices via Bluetooth.

Download demo


Handling Bluetooth permissions and prerequisites pre Android 12 devices.


Handling Bluetooth permissions and prerequisites on devices running Android 12 and above. Creating Bluetooth server and exchanging text data with other device using Bluetooth.


Connecting to other Bluetooth server and exchanging text data with other device using Bluetooth. In order to connect to device, you have to pair with its Bluetooth at first. The app only lists paired devices. You can press "Refresh" button to refresh paired (bonded) devices. Other device needs to create server in order to build connection with each other.