cts.h 295 B

12345678910111213141516171819202122
  1. /** @file
  2. * @brief CTS Service sample
  3. */
  4. /*
  5. * Copyright (c) 2016 Intel Corporation
  6. *
  7. * SPDX-License-Identifier: Apache-2.0
  8. */
  9. #ifdef __cplusplus
  10. extern "C" {
  11. #endif
  12. void cts_init(void);
  13. void cts_notify(void);
  14. extern struct bt_gatt_service_static cts_svc;
  15. #ifdef __cplusplus
  16. }
  17. #endif