Flipper Zero Firmware
Loading...
Searching...
No Matches
ble_event_thread.h
1#pragma once
2
3#ifdef __cplusplus
4extern "C" {
5#endif
6
7/* Controls for thread handling SHCI & HCI event queues. Used internally. */
8
9void ble_event_thread_start(void);
10
11void ble_event_thread_stop(void);
12
13#ifdef __cplusplus
14}
15#endif