kindlebt
Bluetooth functionality for Kindle 11th gen and up
Loading...
Searching...
No Matches
compat_ace.h
1#ifndef COMPAT_ACE_H
2#define COMPAT_ACE_H
3
4#include "compat_ace_internals.h"
5#include "compat_ace_shims.h"
6
7#ifdef __cplusplus
8extern "C" {
9#endif
10
11typedef enum {
12 PRE_5170 = 1, // < 5.17.0
13 SINCE_5170 = 2, // >= 5.17.0
14} acebt_abi;
15
16acebt_abi acebt_abi_version(void);
17
18#ifdef __cplusplus
19}
20#endif
21
22#endif // COMPAT_ACE_H