Lines Matching refs:restore_bluetooth_profile
52 "restore_bluetooth_profile=<boolean>"
58 "restore_bluetooth_profile",
67 bool restore_bluetooth_profile;
583 if (!u->restore_bluetooth_profile) {
649 bool restore_bluetooth_profile;
658 restore_bluetooth_profile = false;
659 if (pa_modargs_get_value_boolean(ma, "restore_bluetooth_profile", &restore_bluetooth_profile) < 0) {
660 pa_log("Invalid boolean value for restore_bluetooth_profile parameter");
667 u->restore_bluetooth_profile = restore_bluetooth_profile;