1#ifndef BLUETOE_DEVICE_HPP
2#define BLUETOE_DEVICE_HPP
13 template <
class Server,
typename ... Options >
14 using device =
typename nrf52_details::link_layer_factory<
16 details::requires_encryption_support_t< Server >::value,
17 typename nrf52_details::radio_options< Options... >::result,
18 typename nrf52_details::link_layer_options< Options... >::result