flipperzero-firmware/firmware/targets/f6/ble-glue/ble_app.h

14 lines
127 B
C
Raw Normal View History

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#include <stdbool.h>
bool ble_app_init();
#ifdef __cplusplus
}
#endif