Flipper Developer Docs
Loading...
Searching...
No Matches
bt_settings.h
1
#pragma once
2
3
#include <stdbool.h>
4
5
#ifdef __cplusplus
6
extern
"C"
{
7
#endif
8
9
typedef
struct
{
10
bool
enabled;
11
}
BtSettings
;
12
13
void
bt_settings_load(
BtSettings
* bt_settings);
14
15
void
bt_settings_save(
const
BtSettings
* bt_settings);
16
17
#ifdef __cplusplus
18
}
19
#endif
BtSettings
Definition
bt_settings.h:9
applications
services
bt
bt_settings.h
Generated by
1.12.0