- Jun 25, 2020
- 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
-
-
schneider authored
-
- 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>
-
- Aug 24, 2019
-
-
Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
- Aug 21, 2019
- Aug 15, 2019
-
-
Hauke Mehrtens authored
By default the MTU is set to 23 bytes, use 241 bytes instead to make the UART and file transfer service more efficient. The MTU also contains some BLE headers and is not only the usable data. Signed-off-by:
Hauke Mehrtens <hauke@hauke-m.de>
-
- Aug 06, 2019
-
- Jul 26, 2019
-
- Jun 08, 2019
-
-
rahix authored
Signed-off-by:
Rahix <rahix@rahix.de>
-
- Apr 22, 2019
-
-
schneider authored
-