Add BleScanResultReceived to statsdtest module

Test: m
Bug: 259164633
Change-Id: If977ecddefb125a1382624c6bf1711483bffb050
diff --git a/stats/atoms.proto b/stats/atoms.proto
index 5cb4036..e8759cc 100644
--- a/stats/atoms.proto
+++ b/stats/atoms.proto
@@ -130,7 +130,8 @@
         BleScanStateChanged ble_scan_state_changed = 2
                 [(module) = "bluetooth", (module) = "statsdtest"];
         ProcessStateChanged process_state_changed = 3 [(module) = "framework", deprecated = true];
-        BleScanResultReceived ble_scan_result_received = 4 [(module) = "bluetooth"];
+        BleScanResultReceived ble_scan_result_received = 4
+            [(module) = "bluetooth", (module) = "statsdtest"];
         SensorStateChanged sensor_state_changed =
                 5 [(module) = "framework", (module) = "statsdtest"];
         gps.GpsScanStateChanged gps_scan_state_changed = 6 [(module) = "framework"];