kindlebt
Bluetooth functionality for Kindle 11th gen and up
Loading...
Searching...
No Matches
kindlebt_application.c
1#include <kindlebt/kindlebt_application.h>
3
4bleGattClientCallbacks_t application_gatt_client_callbacks = {
5 .size = sizeof(bleGattClientCallbacks_t),
6};
aceBT_bleGattClientCallbacks_t bleGattClientCallbacks_t
Callback struct of GATT Client Bluetooth operations.
Internal definitions.