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
8
extern
"C"
{
9
#endif
10
11
typedef
enum
{
12
PRE_5170 = 1,
// < 5.17.0
13
SINCE_5170 = 2,
// >= 5.17.0
14
} acebt_abi;
15
16
acebt_abi acebt_abi_version(
void
);
17
18
#ifdef __cplusplus
19
}
20
#endif
21
22
#endif
// COMPAT_ACE_H
include
kindlebt
compat_ace.h
Generated by
1.13.2