Which Bluetooth profiles Android SDK supports -


Of the profiles listed in the following link supported by Android SDK:

Documentation This Bluetooth with Android SDK The profile support is very limited:

thanks

have you tried? You can also issue commands from ADB Shell. This should give you a good idea of ​​the Bluetooth profiles supported by your device.

I believe Android provides public APIs for SDK, RFCOMM, A2DP and HDP Bluetooth profiles.

Comments