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