From e7356e5e826a0a0a0d7113214f7938696753d08f Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Thu, 31 Oct 2013 02:55:42 +0000 Subject: [PATCH] android: Add missing bond state definition to IPC header --- android/hal-msg.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/android/hal-msg.h b/android/hal-msg.h index 7c679488b..dfe73cce7 100644 --- a/android/hal-msg.h +++ b/android/hal-msg.h @@ -392,6 +392,10 @@ struct hal_ev_ssp_request { uint32_t passkey; } __attribute__((packed)); +#define HAL_BOND_STATE_NONE 0 +#define HAL_BOND_STATE_BONDING 1 +#define HAL_BOND_STATE_BONDED 2 + #define HAL_EV_BOND_STATE_CHANGED 0x88 struct hal_ev_bond_state_changed { uint8_t status; -- 2.47.3