bsal_nimble.h 400 B

12345678910111213141516171819202122232425262728293031323334353637
  1. /*
  2. * Copyright (c) 2006-2020, RT-Thread Development Team
  3. *
  4. * SPDX-License-Identifier: Apache-2.0
  5. *
  6. * Change Logs:
  7. * Date Author Notes
  8. * 2020-05-28 Supperthomas the first version
  9. */
  10. #ifndef __BSAL_RTK_H__
  11. #define __BSAL_RTK_H__
  12. #ifdef __cplusplus
  13. extern "C" {
  14. #endif
  15. #include "host/ble_hs.h"
  16. #include "sysinit/sysinit.h"
  17. #ifdef __cplusplus
  18. }
  19. #endif
  20. #endif