Diff between 4257df2c1dfd3fdd4648383994073ac1ba2e770c and 784ef1cd3186d13eddb597a5209eadba188e9d20

Changed Files

File Additions Deletions Status
android/bluetooth.c +2 -2 modified

Full Patch

diff --git a/android/bluetooth.c b/android/bluetooth.c
index bece3b4..b687ef9 100644
--- a/android/bluetooth.c
+++ b/android/bluetooth.c
@@ -2932,7 +2932,7 @@ static void handle_dut_mode_send_cmd(const void *buf, uint16_t len)
 		return;
 	}
 
-	error("dut_mode_send not supported");
+	error("dut_mode_send not supported (cmd opcode %u)", cmd->opcode);
 
 	/* TODO */
 
@@ -2950,7 +2950,7 @@ static void handle_le_test_mode_cmd(const void *buf, uint16_t len)
 		return;
 	}
 
-	error("le_test_mode not supported");
+	error("le_test_mode not supported (cmd opcode %u)", cmd->opcode);
 
 	/* TODO */