... | @@ -825,6 +825,7 @@ If the setting is successful, you can receive a callback in log,for example |
... | @@ -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]
|
|
musicPlay[1] bt_status_manager.Bluetooth_Element_A2DP_Mute[-1261474894]
|
|
AnWBTService_MsgCallback(41)
|
|
AnWBTService_MsgCallback(41)
|
|
AnWBTSERVICE_A2DP_MUTE: mute[1]
|
|
AnWBTSERVICE_A2DP_MUTE: mute[1]
|
|
|
|
|
|
```
|
|
```
|
|
|
|
|
|
## set volume
|
|
## set volume
|
... | @@ -875,4 +876,51 @@ input num: 5 |
... | @@ -875,4 +876,51 @@ input num: 5 |
|
input num: 6
|
|
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> |
|
<div style="page-break-after: always;"></div> |
|
|
|
\ No newline at end of file |