... | ... | @@ -14,3 +14,10 @@ wpa_supplicant -B -D nl80211 -i mlan0 -c /etc/ublox/wpa_supplicant.conf |
|
|
#hciconfig -a hci0
|
|
|
udhcpc -i mlan0
|
|
|
```
|
|
|
**Q**: How to prioritize audio sound configurations?
|
|
|
**A**. If you want to use HFP, provide workaround, During the phone call, run following commands to establish audio path.
|
|
|
```
|
|
|
arecord -Dhw:0,1 -c2 -r16000 -fS16_LE | aplay -Ddefault -c2 -r8000 -fS16_LE
|
|
|
arecord -Ddefault -c2 -r8000 -fS16_LE | aplay -Dhw:0,1 -c2 -r8000 -fS16_LE
|
|
|
```
|
|
|
then **AnWBTSRV_HFP_Enable_Audio_Flow(0)** API to disable AnW audio wrapper. |
|
|
\ No newline at end of file |