1 /*
2  * Copyright (c) 2021 Nordic Semiconductor ASA
3  *
4  * SPDX-License-Identifier: Apache-2.0
5  */
6 
7 uint16_t ut_bt_create_connection(void);
8 void ut_bt_destroy_connection(uint16_t handle);
9 void ut_bt_set_peer_features(uint16_t conn_handle, uint64_t features);
10 void ut_bt_set_periph_latency(uint16_t conn_handle, uint16_t periph_latency);
11