Daniel Jackson d7ca217872
Correctly return the tick at which the RF will be fully enabled.
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-09-25 23:48:53 +01:00
..
2021-09-16 16:12:20 -04:00
2021-05-18 17:45:16 +02:00
2021-08-11 18:31:40 +03:00
2021-07-07 15:47:47 +03:00
2020-11-16 01:35:45 +01:00
2021-09-16 16:12:20 -04:00
2021-05-18 17:45:16 +02:00