This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

AM62P: Bluetooth HF is not working

Part Number: AM62P

Hi, 
I'm using AM62P5 processor with Android OS. I have done the bring up of BT module in the EVK. I can play BT media audio in the wired headset. but, I can not hear the sound while making the phone call. I can see the option in the mobile phone that which has already connected via BT, but I can not hear anything.
My device/ti/am62x/product.prop is:

# Bluetooth configuration
# Set the Bluetooth Class of Device
# Service Field: 0x5A -> 90
#    Bit 17: Networking
#    Bit 19: Capturing
#    Bit 20: Object Transfer
#    Bit 22: Telephony
# MAJOR_CLASS: 0x01 -> 1 (Computer)
# MINOR_CLASS: 0x04 -> 4 (Desktop workstation)
bluetooth.device.class_of_device=90,1,4

# Set supported Bluetooth profiles to enabled
bluetooth.profile.asha.central.enabled?=true
bluetooth.profile.a2dp.source.enabled?=false
bluetooth.profile.a2dp.sink.enabled?=true
bluetooth.profile.avrcp.target.enabled?=true
bluetooth.profile.gatt.enabled?=true
bluetooth.profile.hfp.hf.enabled?=true
bluetooth.profile.hfp.client.enabled?=false
bluetooth.profile.hfp.ag.enabled?=false
bluetooth.profile.hid.device.enabled?=true
bluetooth.profile.hid.host.enabled?=true
bluetooth.profile.map.server.enabled?=true
bluetooth.profile.opp.enabled?=true
bluetooth.profile.pan.nap.enabled?=true
bluetooth.profile.pan.panu.enabled?=true
bluetooth.profile.pbap.server.enabled?=true

My audio_policy_configuration.xml is:
audio_policy_configuration.xml 
My bluetooth_audio_policy_configuration.xml is:
bluetooth_audio_policy_configuration.xml 

Do you have any suggestion to make hands free to work?