The android.bluetooth package provides a lot of interfaces classes to work with bluetooth such as:īy the help of BluetoothAdapter class, we can perform fundamental tasks such as initiate device discovery, query a list of paired (bonded) devices, create a BluetoothServerSocket instance to listen for connection requests etc. connect and transfer data from and to other devices.Android provides Bluetooth API to perform several tasks such as: Bluetooth is a way to exchange data with other devices wirelessly.