Lines Matching defs:avrcp_absolute_volume
68 "avrcp_absolute_volume=<synchronize volume with peer, true by default>"
80 "avrcp_absolute_volume",
961 if (pa_bluetooth_profile_is_a2dp(u->profile) && !u->transport->device->avrcp_absolute_volume)
1198 if (pa_bluetooth_profile_is_a2dp(u->profile) && !u->transport->device->avrcp_absolute_volume)
2736 bool autodetect_mtu, avrcp_absolute_volume;
2785 avrcp_absolute_volume = true;
2786 if (pa_modargs_get_value_boolean(ma, "avrcp_absolute_volume", &avrcp_absolute_volume) < 0) {
2787 pa_log("Invalid boolean value for avrcp_absolute_volume parameter");
2791 u->device->avrcp_absolute_volume = avrcp_absolute_volume;