summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2023-04-25 13:38:40 -0700
committerLuiz Augusto von Dentz <luiz.von.dentz@intel.com>2023-04-27 16:10:11 -0700
commit3fa45f728cd7bc60dbd30e6bac5d93233f16a2d6 (patch)
tree08285fadb102a2c19fef8b14de51c9708c342c2a
parent74206678a97bfa23ab6f8a9966bc88e798031e3c (diff)
downloadbluez-3fa45f728cd7bc60dbd30e6bac5d93233f16a2d6.tar.gz
shared/bap: Fix typo
Fix typo s/BT_BAP_CONFIG_LATENCY_BALACED/BT_BAP_CONFIG_LATENCY_BALANCED
-rw-r--r--src/shared/bap.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/bap.h b/src/shared/bap.h
index 0d419aa74..e9f769d0e 100644
--- a/src/shared/bap.h
+++ b/src/shared/bap.h
@@ -26,7 +26,7 @@
#define BT_BAP_STREAM_STATE_RELEASING 0x06
#define BT_BAP_CONFIG_LATENCY_LOW 0x01
-#define BT_BAP_CONFIG_LATENCY_BALACED 0x02
+#define BT_BAP_CONFIG_LATENCY_BALANCED 0x02
#define BT_BAP_CONFIG_LATENCY_HIGH 0x03
#define BT_BAP_CONFIG_PHY_1M 0x01