aboutsummaryrefslogtreecommitdiff
path: root/pw_bluetooth
diff options
context:
space:
mode:
authorFaraaz Sareshwala <fsareshwala@google.com>2024-02-03 02:04:51 +0000
committerCQ Bot Account <pigweed-scoped@luci-project-accounts.iam.gserviceaccount.com>2024-02-03 02:04:51 +0000
commita2c5384a67fc2c201ff1ab0c25873ef182ac577f (patch)
treefd2b808a4c0682b4f989de1a32191dd9cc7db611 /pw_bluetooth
parent65a39d12d1ae5acb009f32704bcdd4156ddc0e66 (diff)
downloadpigweed-a2c5384a67fc2c201ff1ab0c25873ef182ac577f.tar.gz
pw_bluetooth: Fix typo in SbcAllocationMethod
Change-Id: I9f52febb22e90f48b77dba7cbbce7e4f11508485 Reviewed-on: https://pigweed-review.googlesource.com/c/pigweed/pigweed/+/190130 Reviewed-by: Ben Lawson <benlawson@google.com> Commit-Queue: Faraaz Sareshwala <fsareshwala@google.com>
Diffstat (limited to 'pw_bluetooth')
-rw-r--r--pw_bluetooth/public/pw_bluetooth/hci_vendor.emb4
1 files changed, 2 insertions, 2 deletions
diff --git a/pw_bluetooth/public/pw_bluetooth/hci_vendor.emb b/pw_bluetooth/public/pw_bluetooth/hci_vendor.emb
index 69b3750ec..5a3e08dd3 100644
--- a/pw_bluetooth/public/pw_bluetooth/hci_vendor.emb
+++ b/pw_bluetooth/public/pw_bluetooth/hci_vendor.emb
@@ -181,8 +181,8 @@ enum SbcSubBands:
enum SbcAllocationMethod:
[maximum_bits: 2]
- LOUNDNESS = 0x01
- SNR = 0x02
+ LOUDNESS = 0x01
+ SNR = 0x02
enum AacEnableVariableBitRate: