Diff between 2a974c63419eb498685084efab0df6a77e70e2d2 and 7bf69408138aa5f65e1d5d7ba189563d559858d3
Changed Files
| File | Additions | Deletions | Status |
| android/hal-msg.h | +1 | -1 | modified |
Full Patch
diff --git a/android/hal-msg.h b/android/hal-msg.h
index bba031c..e01db71 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));