Implementation of a Bluetooth network with application as transfer of a file from one device to another.
Using BluetoothAdapter class we will do the following operations
● Check if Bluetooth is available or not.
● Turn On/Off Bluetooth.
● Make Bluetooth Discoverable.
● Display Paired/Bounded devices.
Note: The getBoundedDevices() method of BluetoothAdapter class provides a set containing list of all paired or bounded bluetooth devices.
Permissions Required: BLUETOOTH, BLUETOOTH_ADMIN
Step 1: Create a new project OR Open your project
Step 2: Add 2 Images to show Bluetooth status icons
Step 3: Add BLUETOOTH, BLUETOOTH_ADMIN permission in AndroidMenifest.xml
Step 4: Code
Build->Build Bundle(s)/APK(s)->Build APK(s)
Then locate the apk and share the apk on your real device via email or any other source.




