W801_SDK_dev_env/app/ble
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
..
ble_modem.c Aligned ble_modem code with the W800SmartWatch ble modem code, corrected an english mistake in a comment 2023-04-04 08:21:58 +02:00
ble_modem.h Aligned ble_modem code with the W800SmartWatch ble modem code, corrected an english mistake in a comment 2023-04-04 08:21:58 +02:00
ble_service.c Aligned ble_modem code with the W800SmartWatch ble modem code, corrected an english mistake in a comment 2023-04-04 08:21:58 +02:00
ble_service.h Rephrased comment 2023-03-31 16:09:54 +02:00
bluetooth_sig_values.h Rephrased comment 2023-03-31 16:09:54 +02:00
gadget_bridge.c Started to write the module used to interact/communicate with the gadget bridge Android app. 2023-04-05 08:03:58 +02:00
gadget_bridge.h Started to write the module used to interact/communicate with the gadget bridge Android app. 2023-04-05 08:03:58 +02:00
Makefile Added the ble directory exposing a ble_modem and ble_service interface. These source files will be used in the W800SmartWatch project but are tested here 2023-03-11 23:28:38 +01:00