19 lines
292 B
C
19 lines
292 B
C
/**
|
|
* Copyright (c) 2022 Raspberry Pi (Trading) Ltd.
|
|
*
|
|
* SPDX-License-Identifier: BSD-3-Clause
|
|
*/
|
|
|
|
/*
|
|
* \brief Initialise BTstack example with cyw43
|
|
*
|
|
* \return 0 if ok
|
|
*/
|
|
int picow_bt_example_init(void);
|
|
|
|
/*
|
|
* \brief Run the BTstack example
|
|
*
|
|
*/
|
|
void picow_bt_example_main(void);
|