src.nth.io/

summaryrefslogtreecommitdiff
path: root/main/include/event_queue.h
blob: 79ce6a4ceecc811955d940d6efec1455ffd5b0de (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
static const char *TAG = "HAP Intercom";

void intercom_event_queue_bell_ring();

void intercom_event_queue_lock_unsecure();

void intercom_event_queue_lock_secure();

void intercom_event_queue_lock_timeout();

void intercom_event_queue_run();

bool intercom_event_queue_init();