From 7bf69408138aa5f65e1d5d7ba189563d559858d3 Mon Sep 17 00:00:00 2001 From: Szymon Janc Date: Mon, 28 Oct 2013 13:46:14 +0100 Subject: [PATCH] android: Fix HAL_OP_REMOVE_BOND value This is a copy-and-paste mistake. --- android/hal-msg.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/android/hal-msg.h b/android/hal-msg.h index bba031cd5..e01db7172 100644 --- a/android/hal-msg.h +++ b/android/hal-msg.h @@ -163,7 +163,7 @@ struct hal_cmd_create_bond { uint8_t bdaddr[6]; } __attribute__((packed)); -#define HAL_OP_REMOVE_BOND 0x0d +#define HAL_OP_REMOVE_BOND 0x0e struct hal_cmd_remove_bond { uint8_t bdaddr[6]; } __attribute__((packed)); -- 2.47.3