... | @@ -49,7 +49,11 @@ AnW Bluetooth Service API, offered two sorts of releases |
... | @@ -49,7 +49,11 @@ AnW Bluetooth Service API, offered two sorts of releases |
|
# USAGE
|
|
# USAGE
|
|
1. Support HFP, A2DP, AVRCP, PBAP, .. AnW BT stack
|
|
1. Support HFP, A2DP, AVRCP, PBAP, .. AnW BT stack
|
|
2. Support Device Search & Pair, Call, Phonebook, Music, ...
|
|
2. Support Device Search & Pair, Call, Phonebook, Music, ...
|
|
|
|
3. 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
|
|
|
|
```
|
|
## Pre-Requirement
|
|
## Pre-Requirement
|
|
Modify combo module init script **/etc/init.d/ubloxinit.sh**
|
|
Modify combo module init script **/etc/init.d/ubloxinit.sh**
|
|
```plaintext
|
|
```plaintext
|
... | | ... | |