BC127 AGHFP analog audio input

Hi,
I want to use BC127 in AGHFP mode, I have my bc127 EVM and bt headset device successfully paired, and I can send AT commands from headset to module. But when I apply analog audio at stereo mic input, nothing is heared in bt headset. I tried ROUTE command with several values but nothing found for my case. Could somebody help me?

Update: I can initiate the call by command ‘call 12 incoming 123’, the user will hear incoming call ring, than should press the button on headset and than can hear audio. How to remove this action from user?

I need send ‘call 12 outgoing 123’, then audio is on without user interaction. But also I need to handle button press by user (end or reinitiate call).
When we use wt32i module there was usefull ‘autocall’ feature. Can’t find similar in this module.

Hi @grip

Did you use a BC127 with a wire headset for the BT headset device? like below
BC127(conntected to wire headset)<— Bluetooth connection —> BC127(conntected to mic)
Is this bt headset apply for CALL case?
If not, can you clarify the bt headset you use?

Thanks.

It’s ok now. I use Nokia BH-216 ← bt connection → BC127 (audio line in connected).
Sending outgoing call command solves the problem. The reason of my confusion is because I previously used wt32i module from bluegiga that has ‘autocall’ feature (no need to send call command, voice connected automatically). BC127 has no this.

Hi @grip

You can check the FW you are using for BC127, if it’s not latest, please update the latest FW (https://source.sierrawireless.com/resources/airprime/software/bc127-firmware/#sthash.3UZ01pNb.dpbs) and then check again.
I tried your case on BC127 with the latest FW and BT headset. The call is activated after sending the command “CALL 12 OUTGOING 1” without performing any action. Here is my configuration and the steps:

config
AUDIO=0 0
AUDIO_ANALOG=15 15 1 OFF
AUDIO_DIGITAL=0 44100 64 100A00 OFF
AUTOCONN=0
AUTO_DATA=OFF OFF
BALANCE=100 100
BATT_CONFIG=OFF 145 4250 1500 150
BC_SMART_CONFIG=68E3 28F0 89F7 D93C
BEACON_DATA=0 00 11 22 33 44 55 66 77 88 99 AA BB CC DD EE FF 04 D2 16 2E EE
BLE_CONFIG=0 OFF 80 ON
BLE_CONN_PARAMS=128 12 24 40 0 400 100 400 400 64 400 400
BT_STATE_CONFIG=0 0
BT_VOL_CONFIG=A 60 10 1
CLASS_1=OFF
CMD_TO=20
COD=240404
CODEC=0 OFF
DEEP_SLEEP=OFF
DEVICE_ID=0001 0002 0003 0004 0005 0006 0007 0008
ENABLE_BATT_IND=ON
ENABLE_LED=ON
ENABLE_SPP_SNIFF=OFF 0 0 0 0 0
GPIO_CONFIG=ON 0
HFP_CONFIG=OFF ON OFF OFF OFF OFF
HIGH_SPEED=OFF OFF
LOCAL_ADDR=20FABB01908C 66B918E0F3FB
MAX_REC=2
MM=OFF OFF 0 OFF OFF OFF OFF OFF
MUSIC_META_DATA=OFF
MUSIC_OLD_AVRCP=OFF
NAME=BC-01908C
NAME_SHORT=BC01908C
PIN=0000
PROFILES=2 2 0 2 2 3 2 1 0 0 2 0
REMOTE_ADDR=000000000000
SPP_UUID=00 00 11 01 00 00 10 00 80 00 00 80 5F 9B 34 FB
SSP_CAPS=3
TWS_CONFIG=OFF 0 0
UART_CONFIG=9600 OFF 0
USB_HOST=OFF
VREG_ROLE=1
OK
open 0432F405BCBB a2dp
PENDING
PAIR_PENDING
PAIR_OK 0432F405BCBB
OPEN_OK 10 A2DP 0432F405BCBB
ROLE_OK 0432F405BCBB M
OPEN_OK 11 AVRCP 0432F405BCBB
open 0432F405BCBB aghfp
PENDING
OPEN_OK 12 AGHFP 0432F405BCBB
call 12 outgoing 1
OK
SCO_OPEN 12
CALL_OUTGOING 12
remote_volume 12 f
OK

Thanks.