Diff between 9a36f191aa783ad206460569390d1b7f388d9a66 and 6f041df23ecf263ad80e1f3f952cbd67183ec3e6

Changed Files

File Additions Deletions Status
client/player.c +1 -1 modified

Full Patch

diff --git a/client/player.c b/client/player.c
index 6b70e9e..7f67425 100644
--- a/client/player.c
+++ b/client/player.c
@@ -1849,7 +1849,7 @@ static void append_bcast_qos(DBusMessageIter *iter, struct endpoint_config *cfg)
 					&qos->sync_cte_type);
 	}
 
-	if (qos->sync_cte_type) {
+	if (qos->mse) {
 		bt_shell_printf("MSE %u\n", qos->mse);
 		g_dbus_dict_append_entry(iter, "MSE", DBUS_TYPE_BYTE,
 						&qos->mse);