1#ifndef BLUETOE_DEVICE_HPP
2#define BLUETOE_DEVICE_HPP
4#include <bluetoe/nrf51.hpp>
8 template <
class Server,
typename ... Options >
9 using device = link_layer::link_layer<
11 nrf51_details::template scheduled_radio_factory<
12 nrf51_details::scheduled_radio_base_with_encryption< Options... >
13 >::template scheduled_radio,