Menu Toggle
v2.0.0
cyw43_btbus.h
Go to the documentation of this file.
1
/*
2
* This file is part of the cyw43-driver
3
*
4
* Copyright (C) 2019-2023 George Robotics Pty Ltd
5
*
6
* Redistribution and use in source and binary forms, with or without
7
* modification, are permitted provided that the following conditions are met:
8
*
9
* 1. Redistributions of source code must retain the above copyright notice,
10
* this list of conditions and the following disclaimer.
11
* 2. Redistributions in binary form must reproduce the above copyright notice,
12
* this list of conditions and the following disclaimer in the documentation
13
* and/or other materials provided with the distribution.
14
* 3. Any redistribution, use, or modification in source or binary form is done
15
* solely for personal benefit and not for any commercial purpose or for
16
* monetary gain.
17
*
18
* THIS SOFTWARE IS PROVIDED BY THE LICENSOR AND COPYRIGHT OWNER "AS IS" AND ANY
19
* EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED
20
* WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE ARE
21
* DISCLAIMED. IN NO EVENT SHALL THE LICENSOR OR COPYRIGHT OWNER BE LIABLE FOR
22
* ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL
23
* DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR
24
* SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER
25
* CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY,
26
* OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
27
* OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
28
*
29
* This software is also available for use with certain devices under different
30
* terms, as set out in the top level LICENSE file. For commercial licensing
31
* options please email
[email protected]
.
32
*/
33
39
#ifndef CYW43_INCLUDED_CYW43_BTBUS_H
40
#define CYW43_INCLUDED_CYW43_BTBUS_H
41
42
#include "cyw43_ll.h"
43
44
int
cyw43_btbus_init(
cyw43_ll_t
*self);
45
int
cyw43_btbus_read(uint8_t *buf, uint32_t max_buf_size, uint32_t *size);
46
int
cyw43_btbus_write(uint8_t *buf, uint32_t size);
47
48
#endif
_cyw43_ll_t
Definition:
cyw43_ll.h:265