mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2026-02-09 10:07:23 -05:00
bluetooth: rename enable_hs_role to enable_shared_profiles
Part-of: <https://gitlab.freedesktop.org/pulseaudio/pulseaudio/-/merge_requests/491>
This commit is contained in:
parent
c884ae8c74
commit
0a36c1544d
3 changed files with 16 additions and 16 deletions
|
|
@ -1466,7 +1466,7 @@ void pa_bluetooth_discovery_set_ofono_running(pa_bluetooth_discovery *y, bool is
|
|||
if (y->headset_backend != HEADSET_BACKEND_AUTO)
|
||||
return;
|
||||
|
||||
pa_bluetooth_native_backend_enable_hs_role(y->native_backend, !is_running);
|
||||
pa_bluetooth_native_backend_enable_shared_profiles(y->native_backend, !is_running);
|
||||
|
||||
/* If ofono starts running, all devices that might be connected to the HS roles or HFP AG role
|
||||
* need to be disconnected, so that the devices can be handled by ofono */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue