btstack_hci_transport_cyw43.h
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2023 Raspberry Pi (Trading) Ltd.
3  *
4  * SPDX-License-Identifier: BSD-3-Clause
5  */
6 
7 #ifndef _PICO_BTSTACK_HCI_TRANSPORT_CYW43_H
8 #define _PICO_BTSTACK_HCI_TRANSPORT_CYW43_H
9 
10 #ifdef __cplusplus
11 extern "C" {
12 #endif
13 
25 const hci_transport_t *hci_transport_cyw43_instance(void);
26 
27 #ifdef __cplusplus
28 }
29 #endif
30 
31 #endif // HCI_TRANSPORT_CYW43_H
hci_transport_cyw43_instance
const hci_transport_t * hci_transport_cyw43_instance(void)
Get the Bluetooth HCI transport instance for cyw43.
Definition: btstack_hci_transport_cyw43.c:123