blob: a653bc0932a9f0df2d5a658c932aa19b499ed22b [file] [log] [blame]
/*
*
* Copyright (c) 2015-2017 Nest Labs, Inc.
* All rights reserved.
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
/**
* @file
* This file is an umbrella header for the Ble library, a
* portable Bluetooth Low Energy (BLE), also known as Bluetooth
* Smart, layer for transporting Weave over a BLE connection.
*
*/
#ifndef NL_BLE_H
#define NL_BLE_H
#include <BleLayer/BleApplicationDelegate.h>
#include <BleLayer/BleConfig.h>
#include <BleLayer/BLEEndPoint.h>
#include <BleLayer/BleError.h>
#include <BleLayer/Ble.h>
#include <BleLayer/BleLayer.h>
#include <BleLayer/BlePlatformDelegate.h>
#include <BleLayer/BleUUID.h>
#include <BleLayer/WoBle.h>
/**
* @namespace nl::Ble
*
* @brief
* This namespace includes all interfaces within Weave for
* Bluetooth Low Energy (BLE), also known as Bluetooth Smart.
*/
#endif // NL_BLE_H