Remove unused gdbus parameter. Fix length for Codec Specific Configuration. --- client/player.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/client/player.c b/client/player.c index 3611a8dfe..42721c210 100644 --- a/client/player.c +++ b/client/player.c @@ -111,7 +111,7 @@ static const uint8_t base_lc3_16_2_1[] = { 0x01, /* Number of Subgroups */ 0x01, /* Number of BIS */ 0x06, 0x00, 0x00, 0x00, 0x00, /* Code ID = LC3 (0x06) */ - 0x11, /* Codec Specific Configuration */ + 0x10, /* Codec Specific Configuration */ 0x02, 0x01, 0x03, /* 16 KHZ */ 0x02, 0x02, 0x01, /* 10 ms */ 0x05, 0x03, 0x01, 0x00, 0x00, 0x00, /* Front Left */ @@ -2297,9 +2297,6 @@ static void register_endpoint_setup(DBusMessageIter *iter, void *user_data) bt_shell_hexdump(ep->meta->iov_base, ep->meta->iov_len); } - g_dbus_dict_append_entry(&dict, "Broadcast", DBUS_TYPE_BOOLEAN, - &ep->broadcast); - dbus_message_iter_close_container(iter, &dict); } -- 2.34.1