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 a0a8390..99238ff 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)); -- 1.8.4.1 -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html