@web-font-path: "roboto-debian.css";
Loading...
Searching...
No Matches
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
11extern "C" {
12#endif
13
25const hci_transport_t *hci_transport_cyw43_instance(void);
26
27#ifdef __cplusplus
28}
29#endif
30
31#endif // HCI_TRANSPORT_CYW43_H
const hci_transport_t * hci_transport_cyw43_instance(void)
Get the Bluetooth HCI transport instance for cyw43.
Definition btstack_hci_transport_cyw43.c:150