Diff between faca31657e1b0cec0e03bbb7bf0e2d81222079d4 and 3e55476bf6c8ed4180d6cc70ff7cde524e6f1bfa

Changed Files

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

Full Patch

diff --git a/client/player.c b/client/player.c
index 598ad7f..bb193da 100644
--- a/client/player.c
+++ b/client/player.c
@@ -1870,6 +1870,10 @@ static void append_bcast_qos(DBusMessageIter *iter, struct endpoint_config *cfg)
 
 	if (cfg->ep->bcode->iov_len != 0) {
 		const char *key = "BCode";
+		uint8_t encryption = 0x01;
+
+		g_dbus_dict_append_entry(iter, "Encryption", DBUS_TYPE_BYTE,
+						&encryption);
 
 		bt_shell_printf("BCode:\n");
 		bt_shell_hexdump(cfg->ep->bcode->iov_base,