mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-17 08:56:49 -05:00
bluez: implement profile on device
Enumerate the available profiles on the device. Make params visible. Implement set_profile, only expose the nodes that belong to the profile.
This commit is contained in:
parent
5f70a2713e
commit
9db240e786
3 changed files with 90 additions and 35 deletions
|
|
@ -911,6 +911,7 @@ static int impl_node_send_command(void *object, const struct spa_command *comman
|
|||
if ((res = do_start(this)) < 0)
|
||||
return res;
|
||||
break;
|
||||
case SPA_NODE_COMMAND_Suspend:
|
||||
case SPA_NODE_COMMAND_Pause:
|
||||
if ((res = do_stop(this)) < 0)
|
||||
return res;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue