1 /* 2 * Copyright (c) 2020 Nordic Semiconductor ASA 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 void ull_chan_reset(void); 8 uint8_t ull_chan_map_get(uint8_t *const chan_map); 9 void ull_chan_map_set(uint8_t const *const chan_map); 10