- Jul 18, 2020
-
-
schneider authored
-
- Jun 25, 2020
- Jun 17, 2020
-
- Jun 15, 2020
- Jun 13, 2020
-
-
schneider authored
Adds an option to write a btsnoop compatible log file containing BLE traffic. A new file is created after each boot if BLE is activated and the `ble_log_enable` option is set in `card10.cfg`. The last 10 logs are kept via log rotation.
-
- Jun 12, 2020
- May 21, 2020
-
-
rahix authored
It's 44 years since the release of vi and sadly lots of editors still don't care about trimming off trailing spaces ... Signed-off-by:
Rahix <rahix@rahix.de>
-
- May 10, 2020
- Apr 19, 2020
-
-
schneider authored
This speeds up file transfers from Linux machines. Looks like the impact on power consumption is not too large. Android also does not seem to take this into account.
-
- Jan 27, 2020
-
-
schneider authored
-
- Jan 20, 2020
-
-
schneider authored
-
- Dec 30, 2019
-
-
Hauke Mehrtens authored
The mac Adress was printed in the wrong order, BLE stroes the MAC address in LSB first mode, different from Ethernet which uses MSB first mode. Fixes: aece2960 ("feat(ble): Add some log messages") Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
Hauke Mehrtens authored
Instead of setting these values to 0, use the same settings as used in lib/sdk/Libraries/BTLE/stack/ble-host/sources/stack/cfg/cfg_stack.c from the Cordio SDK instead of 0. In my small test these value sare not use in the normal pairing process, so I think this is not fixing any problem. Fixes: 4107bd22 ("hack(ble): Temporarily silence a warning") Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
- Dec 09, 2019
-
-
rahix authored
With the increased warning-level, GCC warns about three unused fields in `bleSmpCfg`: - maxAttemptTimeout: Maximum 'Repeated attempts' timeout in msec - attemptDecTimeout: Time msec before attemptExp decreases - attemptExp: Exponent to raise attemptTimeout on maxAttempts These should probably be set to sensible values but to make !360 mergeable, explicitly set them to zero for now. Signed-off-by:
Rahix <rahix@rahix.de>
-
- Oct 01, 2019
-
-
schneider authored
-
Tobias Schneider authored
-
- Sep 15, 2019
-
-
schneider authored
Also decrease the time needed to update the LEDs
-
- Sep 14, 2019
-
-
schneider authored
-
- Aug 31, 2019
-
- Aug 30, 2019
-
- Aug 28, 2019
-
-
Instead of copying the values to an extra Value buffer, just fill it directly. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
It is now only possible to use this with encryption and authentication. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
Convert to static service registration Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
Require encryption for the file transfer service. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
This does some manual changes to make the format also format this part. No functionally way changed. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
- Aug 24, 2019
-
-
Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
- Aug 23, 2019
-
-
schneider authored
-