Searched refs:BLE_MESSAGE_RETRY_DELAY_MS (Results 1 – 2 of 2) sorted by relevance
56 private static final long BLE_MESSAGE_RETRY_DELAY_MS = TimeUnit.SECONDS.toMillis(2); field in BleMessageStreamV1289 mHandler.postDelayed(this, BLE_MESSAGE_RETRY_DELAY_MS);
93 static final long BLE_MESSAGE_RETRY_DELAY_MS = TimeUnit.SECONDS.toMillis(2); field in CarTrustAgentBleManager439 mHandler.postDelayed(this::attemptAdvertising, BLE_MESSAGE_RETRY_DELAY_MS); in attemptAdvertising()