is it possible to get the android phone Bluetooth version and list of supported Bluetooth profiles.
I saw that we can identify whether the Bluetooth is LowEnergy or not. Is there any way to find the exact bluetooth version.
is it possible to get the android phone Bluetooth version and list of supported Bluetooth profiles.
I saw that we can identify whether the Bluetooth is LowEnergy or not. Is there any way to find the exact bluetooth version.
Seems there is no API method to get Bluetooth version and Supported profiles from the application directly on a android device, but You can get requirements for version of Android OS from Android Compatibility Definition Document (CDD) and get "minimal" BT version and amount of Supported profiles like as in this answer of hemisphire (he analyze SDK Build version):