kindlebt
Bluetooth functionality for Kindle 11th gen and up
Loading...
Searching...
No Matches
kindlebt_application.h
1#ifndef KINDLE_BT_APPLICATION_H
2#define KINDLE_BT_APPLICATION_H
3
4#include "kindlebt_defines.h"
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
10extern bleGattClientCallbacks_t application_gatt_client_callbacks;
11
12#ifdef __cplusplus
13}
14#endif
15
16#endif // KINDLE_BT_APPLICATION_H
aceBT_bleGattClientCallbacks_t bleGattClientCallbacks_t
Callback struct of GATT Client Bluetooth operations.
Internal definitions.