blob: 472ca47cde6f21e5936ef3fd863fd9ad3fe240c5 [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// Default advertising interval (ms) is 1000ms
pub const DEFAULT_BLE_ADV_INTERVAL_MS: u32 = 1000;