blob: ced613aff574f65e29fca2ea1183085772715be3 [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.
mod control;
mod pairing_delegate;
pub use self::{
control::start_control_service,
pairing_delegate::start_pairing_delegate,
};