mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-10 23:43:08 +00:00
Fix copy-paste compile error in the implementation of the periodic advertising. Signed-off-by: Vinayak Kariappa Chettimada <vich@nordicsemi.no>
10 lines
228 B
C
10 lines
228 B
C
/*
|
|
* Copyright (c) 2020 Nordic Semiconductor ASA
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
|
|
int ull_chan_reset(void);
|
|
uint8_t ull_chan_map_get(uint8_t *const chan_map);
|
|
void ull_chan_map_set(uint8_t const *const chan_map);
|