Diff between 962ff2216bc8256ce2e05f688a8abe16b9069621 and 7a9a206803445420cf1609b12cb238bba4110589

Changed Files

File Additions Deletions Status
src/advertising.c +1 -1 modified

Full Patch

diff --git a/src/advertising.c b/src/advertising.c
index 6f87dfc..2f187ed 100644
--- a/src/advertising.c
+++ b/src/advertising.c
@@ -880,7 +880,7 @@ static struct adv_secondary {
 } secondary[] = {
 	{ MGMT_ADV_FLAG_SEC_1M, "1M" },
 	{ MGMT_ADV_FLAG_SEC_2M, "2M" },
-	{ MGMT_ADV_FLAG_SEC_CODED, "Codec" },
+	{ MGMT_ADV_FLAG_SEC_CODED, "Coded" },
 	{ },
 };