Reputation: 2019
I'm looking for an official documentation of what Bluetooth profiles are supported by which Android version.
Looking into the API docs I found the BluetoothProfile
interface that only hints to A2DP, Gatt, Health and HFP. I know for sure that Android also supports SAP and MAP.
Question: Is there an official site that documents the supported profile profiles including version?
Upvotes: 4
Views: 2575
Reputation: 1534
Here you go https://source.android.com/devices/bluetooth/services
Over Bluetooth, devices can transmit data that can be used for interactive services such as audio, messaging, and telephony. The Bluetooth profiles used for different services can be found in include/hardware/bluetooth.h.
Upvotes: 2