summaryrefslogtreecommitdiff
path: root/android/hal-msg.h
diff options
context:
space:
mode:
authorSzymon Janc <szymon.janc@tieto.com>2015-02-06 12:29:52 +0100
committerSzymon Janc <szymon.janc@tieto.com>2015-02-09 13:30:56 +0100
commitf6e0033abe352ebf6011e52864e74810ddbc9fbb (patch)
treee9d7e3e71fecea6a757e39ae114a2e32aa62aef3 /android/hal-msg.h
parent98f1823b3f48261e0edf5df0d306927e5538cb48 (diff)
downloadbluez-f6e0033abe352ebf6011e52864e74810ddbc9fbb.tar.gz
android/handsfree-client: Fix connection state defines
Connected state was missing.
Diffstat (limited to 'android/hal-msg.h')
-rw-r--r--android/hal-msg.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/android/hal-msg.h b/android/hal-msg.h
index ecc1150e6..0ec07c72c 100644
--- a/android/hal-msg.h
+++ b/android/hal-msg.h
@@ -2107,8 +2107,9 @@ struct hal_ev_gatt_server_congestion {
#define HAL_HF_CLIENT_CONN_STATE_DISCONNECTED 0x00
#define HAL_HF_CLIENT_CONN_STATE_CONNECTING 0x01
-#define HAL_HF_CLIENT_CONN_STATE_SLC_CONNECTED 0x02
-#define HAL_HF_CLIENT_CONN_STATE_DISCONNECTING 0x03
+#define HAL_HF_CLIENT_CONN_STATE_CONNECTED 0x02
+#define HAL_HF_CLIENT_CONN_STATE_SLC_CONNECTED 0x03
+#define HAL_HF_CLIENT_CONN_STATE_DISCONNECTING 0x04
#define HAL_HF_CLIENT_PEER_FEAT_3WAY 0x00000001
#define HAL_HF_CLIENT_PEER_FEAT_ECNR 0x00000002