Skip to content
Snippets Groups Projects
Select Git revision
  • fix-warnings
  • master default protected
  • tvbgone-fixes
  • genofire/ble-follow-py
  • schneider/ble-stability-new-phy-adv
  • schneider/ble-stability
  • msgctl/gfx_rle
  • schneider/ble-stability-new-phy
  • add_menu_vibration
  • plaetzchen/ios-workaround
  • blinkisync-as-preload
  • schneider/max30001-pycardium
  • schneider/max30001-epicaridum
  • schneider/max30001
  • schneider/stream-locks
  • schneider/fundamental-test
  • schneider/ble-buffers
  • schneider/maxim-sdk-update
  • ch3/splashscreen
  • koalo/bhi160-works-but-dirty
  • v1.11
  • v1.10
  • v1.9
  • v1.8
  • v1.7
  • v1.6
  • v1.5
  • v1.4
  • v1.3
  • v1.2
  • v1.1
  • v1.0
  • release-1
  • bootloader-v1
  • v0.0
35 results

ble_main.c

Blame
  • Forked from card10 / firmware
    Source project has a limited visibility.
    • Hauke Mehrtens's avatar
      bdd9e44e
      fix(ble): Improve timeout values · bdd9e44e
      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: default avatarHauke Mehrtens <hauke@hauke-m.de>
      bdd9e44e
      History
      fix(ble): Improve timeout values
      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: default avatarHauke Mehrtens <hauke@hauke-m.de>