ble50_sec_gatts_demo.h 391 B

12345678910111213141516171819202122232425262728
  1. /*
  2. * SPDX-FileCopyrightText: 2021 Espressif Systems (Shanghai) CO LTD
  3. *
  4. * SPDX-License-Identifier: Unlicense OR CC0-1.0
  5. */
  6. #include <stdio.h>
  7. #include <stdlib.h>
  8. #include <string.h>
  9. /* Attributes State Machine */
  10. enum
  11. {
  12. IDX_SVC,
  13. IDX_CHAR_A,
  14. IDX_CHAR_VAL_A,
  15. IDX_CHAR_CFG_A,
  16. IDX_CHAR_B,
  17. IDX_CHAR_VAL_B,
  18. IDX_CHAR_C,
  19. IDX_CHAR_VAL_C,
  20. HRS_IDX_NB,
  21. };