1#ifndef BLUETOE_LINK_LAYER_CHANNEL_MAP_HPP
2#define BLUETOE_LINK_LAYER_CHANNEL_MAP_HPP
24 bool reset(
const std::uint8_t* map,
const unsigned hop );
31 bool reset(
const std::uint8_t* map );
45 unsigned build_used_channel_map(
const std::uint8_t* map, std::uint8_t* used )
const;
map that keeps track of the list of used channels and calculates the next channel based on the last u...
Definition: channel_map.hpp:13
bool reset(const std::uint8_t *map, const unsigned hop)
sets a new list of used channels and a new hop value.
bool reset(const std::uint8_t *map)
sets a new list of used channels and keeps the old hop value.
unsigned data_channel(unsigned index) const
static constexpr unsigned max_number_of_data_channels
Definition: channel_map.hpp:43