mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-03 09:01:54 -05:00
bluez5: backend-native: Manage 3way commands asynchronously
The call's states should not be updated on 3ways commands but wait for CIEV or CLCC events. This allows to manage user actions on the phone.
This commit is contained in:
parent
8e7a1a5235
commit
bd5de6eb1c
3 changed files with 66 additions and 70 deletions
|
|
@ -13,6 +13,7 @@ enum spa_bt_telephony_error {
|
|||
BT_TELEPHONY_ERROR_NOT_SUPPORTED,
|
||||
BT_TELEPHONY_ERROR_INVALID_FORMAT,
|
||||
BT_TELEPHONY_ERROR_INVALID_STATE,
|
||||
BT_TELEPHONY_ERROR_IN_PROGRESS,
|
||||
};
|
||||
|
||||
enum spa_bt_telephony_call_state {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue