mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-04 00:18:01 +02:00
autoswitch-bluetooth-profile: Rename device-profile-changed hook name to be more consistent
This makes all the script hooks more consistent.
This commit is contained in:
parent
9fb963d4e5
commit
f38f1a2af8
1 changed files with 1 additions and 1 deletions
|
|
@ -487,7 +487,7 @@ local node_added_hook = SimpleEventHook {
|
|||
}
|
||||
|
||||
local device_profile_changed_hook = SimpleEventHook {
|
||||
name = "device/store-user-selected-profile",
|
||||
name = "bluez-profile-changed@autoswitch-bluetooth-profile",
|
||||
interests = {
|
||||
EventInterest {
|
||||
Constraint { "event.type", "=", "device-params-changed" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue