mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-11-01 22:58:50 -04:00
bluez5: backend-native: Add AT+CNUM support
This only support the first subscriber number.
This commit is contained in:
parent
3566b0739b
commit
7c05574072
3 changed files with 28 additions and 0 deletions
|
|
@ -80,6 +80,7 @@ struct mm_ops {
|
|||
void (*set_modem_service)(bool available, void *user_data);
|
||||
void (*set_modem_signal_strength)(unsigned int strength, void *user_data);
|
||||
void (*set_modem_operator_name)(const char *name, void *user_data);
|
||||
void (*set_modem_own_number)(const char *number, void *user_data);
|
||||
void (*set_modem_roaming)(bool is_roaming, void *user_data);
|
||||
void (*set_call_active)(bool active, void *user_data);
|
||||
void (*set_call_setup)(enum call_setup value, void *user_data);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue