summaryrefslogtreecommitdiff
path: root/android/hal-msg.h
diff options
context:
space:
mode:
authorLukasz Rymanowski <lukasz.rymanowski@tieto.com>2014-12-08 11:47:36 +0100
committerSzymon Janc <szymon.janc@tieto.com>2014-12-08 14:14:56 +0100
commite84a0fff8adb39358cbd1e3c9bc27ea6f0b5d262 (patch)
treea19add4363b55557d77f696ea92c5812eb196cd0 /android/hal-msg.h
parent2236a39848ca8a3c721e87215632c5ea8131c659 (diff)
downloadbluez-e84a0fff8adb39358cbd1e3c9bc27ea6f0b5d262.tar.gz
android/handsfree-client: Trivial fix typo
Diffstat (limited to 'android/hal-msg.h')
-rw-r--r--android/hal-msg.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/android/hal-msg.h b/android/hal-msg.h
index 33b53c51d..e0be31430 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -2223,7 +2223,7 @@ struct hal_ev_hf_client_call_waiting {
} __attribute__((packed));
#define HAL_HF_CLIENT_DIRECTION_OUTGOING 0x00
-#define HAL_HF_CLIENT_DIRECTION_INCOMIGN 0x01
+#define HAL_HF_CLIENT_DIRECTION_INCOMING 0x01
#define HAL_HF_CLIENT_CALL_STATE_ACTIVE 0x00
#define HAL_HF_CLIENT_CALL_STATE_HELD 0x01