Flipper Developer Docs
Loading...
Searching...
No Matches
dev_info_service.h
1
#pragma once
2
3
#include <stdint.h>
4
#include <stdbool.h>
5
6
#ifdef __cplusplus
7
extern
"C"
{
8
#endif
9
10
/*
11
* Device information service.
12
* Holds Flipper name, version and other information.
13
*/
14
15
typedef
struct
BleServiceDevInfo
BleServiceDevInfo
;
16
17
BleServiceDevInfo
* ble_svc_dev_info_start(
void
);
18
19
void
ble_svc_dev_info_stop(
BleServiceDevInfo
* service);
20
21
#ifdef __cplusplus
22
}
23
#endif
BleServiceDevInfo
Definition
dev_info_service.c:26
targets
f7
ble_glue
services
dev_info_service.h
Generated by
1.12.0