Skip to content
Snippets Groups Projects
  1. Oct 05, 2020
  2. Oct 04, 2020
  3. Sep 09, 2020
  4. Sep 04, 2020
  5. Jul 18, 2020
  6. Jun 25, 2020
  7. Jun 17, 2020
    • schneider's avatar
      fix(ble): Turn off coded and 2M phys · 72b4f233
      schneider authored
      The 2M phy caused problems when turning on encryption. I'm also
      disabling the coded phy as I don't know it it works and need to first
      test it with a phone/central which has support.
      
      Closes #172
      72b4f233
  8. Jun 15, 2020
  9. Jun 13, 2020
    • schneider's avatar
      feat(ble): write HCI layer log file · 17c7c61e
      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.
      17c7c61e
  10. Jun 12, 2020
  11. May 21, 2020
  12. May 10, 2020
  13. Apr 19, 2020
  14. Jan 27, 2020
  15. Jan 20, 2020
  16. Dec 30, 2019
  17. Dec 09, 2019
    • rahix's avatar
      hack(ble): Temporarily silence a warning · 4107bd22
      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: default avatarRahix <rahix@rahix.de>
      4107bd22
  18. Oct 01, 2019
  19. Sep 15, 2019
  20. Sep 14, 2019
Loading