Flipper Developer Docs
Loading...
Searching...
No Matches
ble_app.h
1
#pragma once
2
3
#include <stdbool.h>
4
#include <stdint.h>
5
6
/*
7
* BLE stack init and cleanup
8
*/
9
10
#ifdef __cplusplus
11
extern
"C"
{
12
#endif
13
14
bool
ble_app_init(
void
);
15
16
void
ble_app_get_key_storage_buff(uint8_t** addr, uint16_t* size);
17
18
void
ble_app_deinit(
void
);
19
20
#ifdef __cplusplus
21
}
22
#endif
targets
f7
ble_glue
ble_app.h
Generated by
1.12.0