W801_SDK_dev_env/app/ble/gadget_bridge.c
anschrammh 34ad38d34a Started to write the module used to interact/communicate with the gadget bridge Android app.
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
2023-04-05 08:03:58 +02:00

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
*
*/