summaryrefslogtreecommitdiff
path: root/src/advertising.c
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2019-03-21 14:05:48 +0200
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2019-03-21 14:05:48 +0200
commit7a9a206803445420cf1609b12cb238bba4110589 (patch)
tree029cdd28ceec784e2e2c6b812d326ff1de86a070 /src/advertising.c
parent962ff2216bc8256ce2e05f688a8abe16b9069621 (diff)
downloadbluez-7a9a206803445420cf1609b12cb238bba4110589.tar.gz
advertising: Fix typo
Fix value 'Codec' instead of 'Coded' phy.
Diffstat (limited to 'src/advertising.c')
-rw-r--r--src/advertising.c2
1 files changed, 1 insertions, 1 deletions
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" },
{ },
};