From 17623000ef464aff42fda22e5fdb59f4856b3f42 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Wed, 31 Jan 2024 10:59:53 -0500 Subject: [PATCH] client/mgmt: Add missing settings strings This adds "iso-broadcaster" and "sync-receiver" which were missing. --- client/mgmt.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/client/mgmt.c b/client/mgmt.c index 62167727c..44bf4d201 100644 --- a/client/mgmt.c +++ b/client/mgmt.c @@ -359,6 +359,8 @@ static const char *settings_str[] = { "wide-band-speech", "cis-central", "cis-peripheral", + "iso-broadcaster", + "sync-receiver" }; static const char *settings2str(uint32_t settings) -- 2.47.3