summaryrefslogtreecommitdiff
path: root/src/libs/mynewt-nimble
AgeCommit message (Collapse)Author
2022-03-31with heartMichele Bini
2022-03-26sans heartMichele Bini
2022-03-24Disable bonding; Another try to disable secure pairingMichele Bini
2021-12-09Adjust BLE/LL stacks, style, comments, refactoringJames A. Jerkins
Increase BLE task stack +200 and decrease LL task stack -200 more braces!
2021-12-09Connect and bond with a passkeyJames A. Jerkins
This commit adds the following: Passkey pairing - passkey is displayed on watch Swipe down to clear passkey screen Connection encryption Connection bonding Automatic reconnects to a bonded peripheral Trusted device on Android Note that persisting the bond between reboots is NOT included in this commit. Therefore, rebooting the watch will cause reconnect failures. You must delete the bond from the phone to reconnect/pair.
2021-09-25Correctly return the tick at which the RF will be fully enabled.Daniel Jackson
Always returning 0 (when `MYNEWT_VAL_BLE_LL_RFMGMT_ENABLE_TIME` is not defined), rather than a time near to the current tick, causes an issue in at least one place: `ble_ll_adv_sm_start()`, where the calculation of `delta` overflows when the system timer is at 0x80000000 or above -- causing an incorrect, huge adjustment to be made to the scheduled time, ultimately stopping adverts from being sent.
2021-02-07Fix memory leak in timer management in port layer of Nimble.Jean-François Milants
2021-02-02Update to nimble 1.3 master branch commit ↵Jean-François Milants
82153e744833821e20e9a8b0d61c38b2b0dbcfe1 WARNING : heartbeat task is disabled!
2021-01-31Normalize all the line endingsJean-François Milants
2020-08-17Fix most of the warnings. Remaining warnings come from nimble source code.JF
2020-07-11Fix/Workaround a memory leak each time a device connects to BLE.JF
2020-07-08Remove debug (and bad) #includes.JF
2020-07-02Reduce RAM memory usage by tuning the stack of the stasks and the heap ↵JF
allocated for FreeRTOS. Add Monitor to log the stack usage of each task.
2020-06-19Disable all loggingJF
2020-06-16Update to nimble 1.3.0 + WIP : debug BLE connection issue with android phones.JF
2020-05-02Merge branch 'nimble' into nimble-otaJF
2020-05-02Update syscfg.hJF
2020-04-30Fix random crash caused by bad implementation of ble_npl_hw_enter_critical().JF
2020-04-26Add Nimble in libs directoryJF