I need to access the battery level of a bluetooth classic (not Bluetooth Low Energy) device, for example, of a bluetooth headphone or headset.
I know this information is available to iOS throught AVFoundation framework - AVOutputDevice interface - batteryLevel property.
Is it possible? How?