2020-02-07 15:10:30 +05:30
|
|
|
/*
|
|
|
|
* Copyright (c) 2020 Nordic Semiconductor ASA
|
|
|
|
*
|
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
|
|
*/
|
|
|
|
|
|
|
|
int ull_chan_reset(void);
|
2020-05-04 14:21:40 +05:30
|
|
|
uint8_t ull_chan_map_get(uint8_t *const chan_map);
|
|
|
|
void ull_chan_map_set(uint8_t const *const chan_map);
|