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

16 lines
214 B
C
Raw Normal View History

#pragma once
#ifdef __cplusplus
extern "C" {
#endif
#include <stdbool.h>
#include <stdint.h>
bool ble_app_init();
void ble_app_get_key_storage_buff(uint8_t** addr, uint16_t* size);
#ifdef __cplusplus
}
#endif