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.
14 lines
291 B
14 lines
291 B
#pragma once
|
|
//
|
|
#include <stdbool.h>
|
|
#include <stdint.h>
|
|
|
|
#include "service/thisdevice.h"
|
|
|
|
/**
|
|
* @brief
|
|
* 主要负责人机交互相关控制,例如灯光控制。
|
|
*/
|
|
void hcis_active_input(active_input_t input);
|
|
bool hcis_input_is_active(active_input_t input);
|
|
void hcis_shcedule();
|