Diff between 0199e916208447f3a0b6811f4fecc85554ec3414 and 523fc92b8d6325319349b8a2d98cb762f1965a96
Changed Files
| File | Additions | Deletions | Status |
| android/tester-bluetooth.c | +1 | -1 | modified |
Full Patch
diff --git a/android/tester-bluetooth.c b/android/tester-bluetooth.c
index c36b507..a5096af 100644
--- a/android/tester-bluetooth.c
+++ b/android/tester-bluetooth.c
@@ -368,7 +368,7 @@ static struct bt_action_data prop_test_ble_bonded_dev_req = {
.prop = &prop_test_bonded_dev_addr,
};
-static long test_remote_timestamp_val = 0x7f3d79965adf;
+static uint32_t test_remote_timestamp_val = 42;
static bt_property_t prop_test_ble_remote_timestamp_prop = {
.type = BT_PROPERTY_REMOTE_DEVICE_TIMESTAMP,
.val = &test_remote_timestamp_val,