Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in / Register
  • AnW_BT_SRV AnW_BT_SRV
  • Project information
    • Project information
    • Activity
    • Members
  • Packages & Registries
    • Packages & Registries
    • Infrastructure Registry
  • Wiki
    • Wiki
  • Activity
Collapse sidebar
  • delly chen
  • AnW_BT_SRVAnW_BT_SRV
  • Wiki
  • Q & A

Q & A · Changes

Page history
Update Q & A authored May 04, 2022 by delly chen's avatar delly chen
Hide whitespace changes
Inline Side-by-side
Showing with 8 additions and 1 deletion
+8 -1
  • Q-&-A.md Q-&-A.md +8 -1
  • No files found.
Q-&-A.md
View page @ 969e12e2
......@@ -13,4 +13,11 @@ wpa_supplicant -B -D nl80211 -i mlan0 -c /etc/ublox/wpa_supplicant.conf
#hciconfig -a hci0 up
#hciconfig -a hci0
udhcpc -i mlan0
```
\ No newline at end of file
```
**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
Clone repository

RELEASENOTE
COMMAND MAN PAGE