mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-04 13:29:59 -05:00
bluetooth: Fix property reply handling for hfgw
This commit is contained in:
parent
8539fe9765
commit
e199077eca
1 changed files with 1 additions and 1 deletions
|
|
@ -484,7 +484,7 @@ static void get_properties_reply(DBusPendingCall *pending, void *userdata) {
|
||||||
goto finish;
|
goto finish;
|
||||||
|
|
||||||
} else if (dbus_message_has_interface(p->message, "org.bluez.HandsfreeGateway")) {
|
} else if (dbus_message_has_interface(p->message, "org.bluez.HandsfreeGateway")) {
|
||||||
if (parse_audio_property(y, &d->hfgw_state, &arg_i) < 0)
|
if (parse_audio_property(y, &d->hfgw_state, &dict_i) < 0)
|
||||||
goto finish;
|
goto finish;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue