You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
291 B

  1. #pragma once
  2. //
  3. #include <stdbool.h>
  4. #include <stdint.h>
  5. #include "service/thisdevice.h"
  6. /**
  7. * @brief
  8. *
  9. */
  10. void hcis_active_input(active_input_t input);
  11. bool hcis_input_is_active(active_input_t input);
  12. void hcis_shcedule();