mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
bluez5: backend-native: Handle AT+CCWA command
Claim that call waiting notifications are supported. Required for some devices (e.g. Soundcore Motion 300), as they stop sending commands if the reply to CCWA is not OK.
This commit is contained in:
parent
7eb1257a8f
commit
cd2c80b089
1 changed files with 7 additions and 0 deletions
|
|
@ -1012,6 +1012,13 @@ next_indicator:
|
|||
}
|
||||
|
||||
rfcomm_send_reply(rfcomm, "OK");
|
||||
} else if (spa_strstartswith(buf, "AT+CCWA=")) {
|
||||
/*
|
||||
* Claim that call waiting notifications are supported.
|
||||
* Required for some devices (e.g. Soundcore Motion 300),
|
||||
* as they stop sending commands if the reply to CCWA is not OK.
|
||||
*/
|
||||
rfcomm_send_reply(rfcomm, "OK");
|
||||
} else if (spa_strstartswith(buf, "AT+CLCC")) {
|
||||
struct spa_list *calls;
|
||||
struct call *call;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue