summaryrefslogtreecommitdiff
path: root/src/libs/mynewt-nimble/nimble/controller/include
AgeCommit message (Collapse)AuthorFilesLines
2021-09-25Correctly return the tick at which the RF will be fully enabled.Daniel Jackson1-1/+1
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-02Update to nimble 1.3 master branch commit ↵Jean-François Milants6-35/+146
82153e744833821e20e9a8b0d61c38b2b0dbcfe1 WARNING : heartbeat task is disabled!
2020-06-16Update to nimble 1.3.0 + WIP : debug BLE connection issue with android phones.JF1-3/+0
2020-04-26Add Nimble in libs directoryJF17-0/+3037