From 7a9a206803445420cf1609b12cb238bba4110589 Mon Sep 17 00:00:00 2001 From: Luiz Augusto von Dentz Date: Thu, 21 Mar 2019 14:05:48 +0200 Subject: [PATCH] advertising: Fix typo Fix value 'Codec' instead of 'Coded' phy. --- src/advertising.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/advertising.c b/src/advertising.c index 6f87dfc72..2f187edcf 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" }, { }, }; -- 2.47.3