Does the Android profile support Bluetooth HFP?

Does the Android profile support Bluetooth HFP? Or does it depend on the device?

What are the profiles supported by Android at OS level.

+1
source share
1 answer

The following profiles are supported by Android: A2DP, HFP, HSP. By "originally" I mean that Android is capable of transmitting audio to devices that support at least one of these profiles.

Processing A2DP and HFP profiles is almost transparent to your application. You just play the sound in STREAM_MUSIC, and these devices will peep when connected.

HSP. API ​​ API Level 8 (Android 2.2), STREAM_VOICE: . AudioManager.startBluetoothSco . . HSP- - ( ).

API Level 11 : BluetoothHeadset BluetoothA2DP, . API 3, API 11- ( 3- API).

+2

All Articles