anschrammh
|
83b1571067
|
Updated the GadgetBridge parser api to be able to interact with received notifications (DISMISS, OPEN, REPLY etc)
|
2023-12-18 21:16:48 +01:00 |
|
anschrammh
|
2fc99479c5
|
Updated the GadgetBridge parser to fix an issue where a double quote was added in the parsed data if we received a notification text with 35 characters, removed the const attribute of the parameter passed in the event callback
|
2023-10-19 08:07:26 +02:00 |
|
|
5cd5080fc9
|
Removed a potential memory leak in the GadgetBridge parser state machine
|
2023-10-15 11:02:55 +02:00 |
|
anschrammh
|
34bf170dee
|
Minor changes : added the static keyword to some global variables to at least limit their scope to the file
|
2023-10-03 20:46:38 +02:00 |
|
|
edb127e626
|
Updated the gadget bridge parser
|
2023-05-14 22:10:13 +02:00 |
|
anschrammh
|
fdc8eb4c99
|
Removed warning due to missing header files and unused variable
|
2023-05-03 22:50:36 +02:00 |
|
|
3fe41b0971
|
Added new functions to the API
|
2023-04-22 13:20:44 +02:00 |
|
anschrammh
|
5f7ac5a1d1
|
Introduced a new event which can be passed to the calling application : BLE_SERVICE_MODE_UNSUBSCRIBED, added a function to the API allowing to set the battery service level (still need to check if a device is subscribed to the characteristic to send the new value ot it).
|
2023-04-20 13:08:23 +02:00 |
|
anschrammh
|
92de986dba
|
Added a new event to the ble_service_state_change event callback function to be able to detect when a BLE master device subscribed to a particular characteristic. Also reworked the allocated buffers for the BLE stack, because of a strage issue, where it is hard for the phone to reconnect to the watch.
|
2023-04-13 13:34:38 +02:00 |
|
|
8c1627b9b2
|
Officially added the gadget bridge parser I developed to the W800_Smart_Watch firmware
|
2023-04-10 21:26:25 +02:00 |
|
|
1c39e02f11
|
Added new line at the end of the file
|
2023-04-10 21:17:01 +02:00 |
|
|
da59200c77
|
Minor changes, nothing major
|
2023-04-10 21:16:27 +02:00 |
|
|
3bd772837c
|
Minor change
|
2023-04-10 10:02:22 +02:00 |
|
anschrammh
|
92a275dc1c
|
Slight improvement in the rf modem management for BLE
|
2023-04-05 08:08:15 +02:00 |
|
|
f2b17bffd3
|
Added the option to only set the rf modem in bluetooth mode when starting it, this makes the power consumption drop significantly
|
2023-04-02 21:12:45 +02:00 |
|
anschrammh
|
3156976f7a
|
Removed the BLE device name from this header file
|
2023-03-30 13:11:19 +02:00 |
|
anschrammh
|
b5cc52df81
|
Commented a trace statement in the ble service in order to keep the serial traces clean
|
2023-03-30 13:09:55 +02:00 |
|
anschrammh
|
721db527ce
|
Added the ble modem and service source files (at last)
|
2023-03-26 23:21:27 +02:00 |
|