Lines Matching full:start

75  * schedule items can end and start at the same time.
172 /* Set schedule start and end times */ in ble_ll_sched_conn_reschedule()
336 * earliest possible time that the master can start the connection with a in ble_ll_sched_master_new()
352 * schedule start time is determined, the master has to determine if this in ble_ll_sched_master_new()
355 * from the earliest possible time to when the actual transmit start will in ble_ll_sched_master_new()
357 * transmission start has to occur within the transmit window. The transmit in ble_ll_sched_master_new()
361 * exact start of the transmission and if we are too early or too late we in ble_ll_sched_master_new()
363 * start (the anchor point) is sched offset ticks from the schedule start in ble_ll_sched_master_new()
367 * we are transmitting 1253 usecs from the earliest start. This would cause in ble_ll_sched_master_new()
415 * Are there any allocated periods? If not, set epoch start to earliest in ble_ll_sched_master_new()
423 * Earliest start must occur on period boundary. in ble_ll_sched_master_new()
485 /* Earliest start is end of this event since we overlap */ in ble_ll_sched_master_new()
566 * earliest possible time that the master can start the connection with a in ble_ll_sched_master_new()
582 * schedule start time is determined, the master has to determine if this in ble_ll_sched_master_new()
585 * from the earliest possible time to when the actual transmit start will in ble_ll_sched_master_new()
587 * transmission start has to occur within the transmit window. The transmit in ble_ll_sched_master_new()
591 * exact start of the transmission and if we are too early or too late we in ble_ll_sched_master_new()
593 * start (the anchor point) is sched offset ticks from the schedule start in ble_ll_sched_master_new()
597 * we are transmitting 1253 usecs from the earliest start. This would cause in ble_ll_sched_master_new()
671 /* Earliest start is end of this event since we overlap */ in ble_ll_sched_master_new()
748 /* Set schedule start and end times */ in ble_ll_sched_slave_new()
866 /* Earliest start is end of this event since we overlap */ in ble_ll_sched_adv_new()
906 ble_ll_sched_adv_reschedule(struct ble_ll_sched_item *sch, uint32_t *start, in ble_ll_sched_adv_reschedule() argument
1015 *start = sch->start_time; in ble_ll_sched_adv_reschedule()
1176 * This is either an advertising event or connection event start. If in ble_ll_sched_execute_item()
1224 /* Make sure we have passed the start time of the first event */ in ble_ll_sched_run()
1251 * returns 1 and *next_event_time is set to the start time of the next event.
1298 * If the time until the next event is too close, no need to start in ble_ll_sched_rfclk_chk_restart()
1351 /* Let's check if there is no scheduled item which want to start within in ble_ll_sched_scan_req_over_aux_ptr()
1569 * This is the offset from the start of the scheduled item until the actual in ble_ll_sched_init()