Android platform includes support for the Bluetooth framework that allows a device to wirelessly exchange data with other Bluetooth devices . Android provides Bluetooth API to perform these different operations. Android provides BluetoothAdapter class to communicate with Bluetooth.
Read moreHow do I delete my Bluetooth cache?
To clear your cache:
Read moreWhat is Bluetooth library?
Android Bluetooth Helper Library allows you to access the Bluetooth of your mobile device, manage turn-on/off, and discover bluetooth devices around you .
Read moreHow do I find my Bluetooth list on Android?
A list of paired devices can be obtained by invoking the getBondedDevices() method, which returns a set of BluetoothDevice objects. We invoke the getBondedDevices() method in the DeviceListFragment ‘s onCreate() method.
Read more