mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-02 09:01:50 -05:00
bluez5/native: send correct AT+CMER HFP HF command
Signed-off-by: Dmitry Sharshakov <d3dx12.xx@gmail.com>
This commit is contained in:
parent
90de408e31
commit
e3f344b3fa
1 changed files with 1 additions and 1 deletions
|
|
@ -626,7 +626,7 @@ static bool rfcomm_hfp_hf(struct spa_source *source, char* buf)
|
||||||
rfcomm->hf_state = hfp_hf_cind2;
|
rfcomm->hf_state = hfp_hf_cind2;
|
||||||
break;
|
break;
|
||||||
case hfp_hf_cind2:
|
case hfp_hf_cind2:
|
||||||
rfcomm_send_cmd(source, "AT+CMER");
|
rfcomm_send_cmd(source, "AT+CMER=3,0,0,0");
|
||||||
rfcomm->hf_state = hfp_hf_cmer;
|
rfcomm->hf_state = hfp_hf_cmer;
|
||||||
break;
|
break;
|
||||||
case hfp_hf_cmer:
|
case hfp_hf_cmer:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue