1 /* 2 * Copyright (c) 2018-2021 Nordic Semiconductor ASA 3 * 4 * SPDX-License-Identifier: Apache-2.0 5 */ 6 7 int ull_central_reset(void); 8 void ull_central_cleanup(struct node_rx_hdr *rx_free); 9 void ull_central_setup(struct node_rx_hdr *rx, struct node_rx_ftr *ftr, 10 struct lll_conn *lll); 11 void ull_central_ticker_cb(uint32_t ticks_at_expire, uint32_t ticks_drift, 12 uint32_t remainder, uint16_t lazy, uint8_t force, 13 void *param); 14 uint8_t ull_central_chm_update(void); 15