1 /* hci_ecc.h - HCI ECC emulation */
2 
3 /*
4  * Copyright (c) 2016 Intel Corporation
5  *
6  * SPDX-License-Identifier: Apache-2.0
7  */
8 
9 void bt_hci_ecc_init(void);
10 int bt_hci_ecc_send(struct net_buf *buf);
11