btbb.h 394 B

1234567891011121314151617181920212223
  1. /*
  2. * SPDX-FileCopyrightText: 2015-2022 Espressif Systems (Shanghai) CO LTD
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. */
  6. #pragma once
  7. #include <stdint.h>
  8. #ifdef __cplusplus
  9. extern "C" {
  10. #endif
  11. /**
  12. * @brief Set btbb enable for BT/ieee802154
  13. * @param[in] print_version enable btbb version print.
  14. * @return NULL
  15. */
  16. void bt_bb_v2_init_cmplx(int print_version);
  17. #ifdef __cplusplus
  18. }
  19. #endif