The API will contain functions to send data to the app as well as a parser used to decode and extract data sent from the app. It will internally use/access the NUS BLE service exposed by the ble_service.c file
11 lines
276 B
C
11 lines
276 B
C
/**
|
|
* @file gadget_bridge.c
|
|
* @author Anatole SCHRAMM-HENRY
|
|
* @brief Source file implementing the API used to communicate/interact with the GadgetBridge Android application
|
|
* over BLE.
|
|
* @version 0.1
|
|
* @date 2023-04-05
|
|
*
|
|
* @copyright Copyright (c) 2023
|
|
*
|
|
*/ |