flipperzero-firmware/applications/bt/bt_service/bt.h

15 lines
147 B
C
Raw Normal View History

#pragma once
#include <stdint.h>
#include <stdbool.h>
#ifdef __cplusplus
extern "C" {
#endif
typedef struct Bt Bt;
#ifdef __cplusplus
}
#endif