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 Mar 18, 2022 by zhao zunqiang's avatar zhao zunqiang
Show whitespace changes
Inline Side-by-side
Showing with 48 additions and 0 deletions
+48 -0
  • DEMO-COMMAND-MAN-PAGE.md DEMO-COMMAND-MAN-PAGE.md +48 -0
  • No files found.
DEMO-COMMAND-MAN-PAGE.md
View page @ 5f69b6ba
......@@ -825,6 +825,7 @@ If the setting is successful, you can receive a callback in log,for example
musicPlay[1] bt_status_manager.Bluetooth_Element_A2DP_Mute[-1261474894]
AnWBTService_MsgCallback(41)
AnWBTSERVICE_A2DP_MUTE: mute[1]
```
## set volume
......@@ -875,4 +876,51 @@ input num: 5
input num: 6
```
# Audio flow menu
## enable audio flow
```
============== Audio flow menu ================
...
2.AnWBTSRV_Enable_Audio_Flow
...
===============================================
> input num: 2
>input mode: 1(1-enable 0-Invalidate)
```
we can get the log of callback,for example
```
AnWBTService_MsgCallback(4096)
AnWBTSERVICE_ENABLE_AUDIO_FLOW: status[0]
```
## hfp enable audio flow
```
============== Audio flow menu ================
...
3.AnWBTSRV_HFP_Enable_Audio_Flow
...
===============================================
> input num: 3
>input mode: 1(1-enable 0-Invalidate)
```
we can get the log of callback,for example
```
AnWBTService_MsgCallback(4097)
AnWBTSERVICE_HFP_ENABLE_AUDIO_FLOW: status[0]
```
## a2dp enable audio flow
```
============== Audio flow menu ================
...
4.AnWBTSRV_A2DP_Enable_Audio_Flow
...
===============================================
> input num: 4
>input mode: 1(1-enable 0-Invalidate)
```
we can get the log of callback,for example
```
AnWBTService_MsgCallback(4098)
AnWBTSERVICE_A2DP_ENABLE_AUDIO_FLOW: status[0]
```
<div style="page-break-after: always;"></div>
\ No newline at end of file
Clone repository

SONY TAMUL RELEASENOTE
COMMAND MAN PAGE