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
  • DEMO COMMAND MAN PAGE

DEMO COMMAND MAN PAGE · Changes

Page history
Update DEMO COMMAND MAN PAGE authored May 13, 2022 by zhao zunqiang's avatar zhao zunqiang
Hide whitespace changes
Inline Side-by-side
Showing with 58 additions and 0 deletions
+58 -0
  • DEMO-COMMAND-MAN-PAGE.md DEMO-COMMAND-MAN-PAGE.md +58 -0
  • No files found.
DEMO-COMMAND-MAN-PAGE.md
View page @ cad1815d
......@@ -514,6 +514,64 @@ then logs print the respond message,for exaple
```
AnWBTService_HFPClccInfoChanged_S number[10010] name[ 10010 ] dir[0] status[0]
```
## send DTMF
```
================== HFP Menu ===================
...
7. SendDTMF
...
===============================================
> input num:7
```
## audio transfer
```
================== HFP Menu ===================
...
8. AudioTransfer
...
===============================================
> input num:8
> input target addr(xx:xx:xx:xx:xx:xx):11:e8:14:da:61:d4
```
then during a call, the voice will switch between the host and the mobile phone
## audio mute
```
================== HFP Menu ===================
...
9. Audio_Mute
...
===============================================
> input num:9
> input target addr(xx:xx:xx:xx:xx:xx):11:e8:14:da:61:d4
>input mut/unmut:1
```
during a call, you can set audio mic mute and unmute
note:
1-mut
0-unmut
## call action
```
================== HFP Menu ===================
...
10.CallAction
...
===============================================
> input num:10
> input target addr(xx:xx:xx:xx:xx:xx):11:e8:14:da:61:d4
>input action:0
>input the index to specific the call would like to operate:10086
```
action:
0:release held call or reject waiting call
1:release active call and accept other
2:Accept Waiting And Hold Active Call
3:join call
7:anwser call
8:hang up call
# pbap Menu
## sync start
Note: To execute this API, pbap and HFP must be connected successfully.
......
Clone repository

RELEASENOTE
USER MANUAL
Q & A
COMMAND MAN PAGE