Commit Graph

14 Commits

Author SHA1 Message Date
Anatole SCHRAMM
58e81b77e6 Added verbose log 2025-07-31 16:16:38 +02:00
fe879e300a Working on BLE rf modem sleep feature - continued 2023-05-01 20:25:04 +02:00
54a22beaf7 Continued working on BLE rf modem sleep feature : issue when trying to wake rf modem up before sending data by writing to a characteristic 2023-05-01 19:21:13 +02:00
cf50df7468 Added a way to retrieve the BLE device MAC address plus other things for test purposes 2023-04-23 20:31:27 +02:00
anschrammh
6433aaa697 Preparing the ble_service to work in bt_controller sleep mode to save power. This will at the end be implemented in the W800_Smart_Watch ble_service module 2023-04-20 13:18:25 +02:00
anschrammh
b37dab16d5 Now handling pairing by asking to enter a passkey on the phone side. This
passkey is then verified with the code entered on the host side. Also
handling the repeat pairing event by reperforming the pairing process.
2023-04-18 23:13:47 +02:00
338c7e18e6 Added the possibility to set the battery service's battery value and started to add a descriptor to play around with nimble 2023-04-10 21:34:14 +02:00
a9e5589e87 Minor change 2023-04-08 20:04:19 +02:00
anschrammh
1faa5b3c84 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
c04c035a4a Rephrased comment 2023-03-31 16:09:54 +02:00
anschrammh
5387213c06 Now updating the last byte of the bluetooth address if it does not follow the random address specification and updated a few log messages 2023-03-26 22:57:43 +02:00
anschrammh
d82cf42191 ble modem is now able to stop the service properly when it's turned of, added more info to the ram usage command in the nano_shell 2023-03-14 08:20:34 +01:00
anschrammh
ef0660c499 Added ble payload fragmentation handling depending on the current MTU size, added a few other function to interact with the ble service 2023-03-12 21:50:19 +01:00
anschrammh
8894eb6744 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