2016-05-24 23:15:03 +08:00
|
|
|
/* hci_ecc.h - HCI ECC emulation */
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Copyright (c) 2016 Intel Corporation
|
|
|
|
*
|
2017-01-19 09:01:01 +08:00
|
|
|
* SPDX-License-Identifier: Apache-2.0
|
2016-05-24 23:15:03 +08:00
|
|
|
*/
|
|
|
|
|
|
|
|
void bt_hci_ecc_init(void);
|
2017-03-14 21:00:15 +08:00
|
|
|
int bt_hci_ecc_send(struct net_buf *buf);
|
2021-02-01 20:22:51 +08:00
|
|
|
void bt_hci_ecc_supported_commands(uint8_t *supported_commands);
|