Home
last modified time | relevance | path

Searched full:scheduled (Results 1 – 24 of 24) sorted by relevance

/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/include/controller/
H A Dble_ll_sched.h32 * Worst case time needed for scheduled advertising item. This is the longest
56 * This is the offset from the start of the scheduled item until the actual
88 * connections are normally scheduled. With strict connection scheduling we
94 * will be scheduled at period boundaries. Any scanning/initiating/advertising
171 /* Reschedule a connection that had previously been scheduled or that is over */
175 * Called to determine when the next scheduled event will occur.
177 * If there are not scheduled events this function returns 0; otherwise it
180 * @param next_event_time cputime at which next scheduled event will occur
182 * @return int 0: No events are scheduled 1: there is an upcoming event
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/
H A Dsyscfg.yml138 (depending on when the next scheduled event occurs and how much data needs
141 scheduled items will be at least this far apart
276 This option configure a max number of scheduled outstanding auxiliary
/nrf52832-nimble/packages/NimBLE-latest/nimble/controller/src/
H A Dble_ll_sched.c61 * -> Kill the current event and run the scheduled item.
238 /* Remove first to last scheduled elements */ in ble_ll_sched_conn_reschedule()
1161 /* If aux scan scheduled and LL is in state when scanner is running in ble_ll_sched_execute_item()
1248 * Called to determine when the next scheduled event will occur.
1250 * If there are not scheduled events this function returns 0; otherwise it
1255 * @return int 0: No events are scheduled 1: there is an upcoming event
1303 /* Restart the rfclk timer based on the next scheduled time */ 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()
H A Dble_ll_adv.c541 * Trim data here in case we do not have next aux scheduled. This in ble_ll_adv_aux_pdu_make()
820 * scheduled. in ble_ll_adv_event_rmvd_from_sched()
1185 * Do not schedule next aux if current aux is no longer scheduled since we in ble_ll_adv_aux_schedule_next()
1222 * scheduled aux will fit inside duration. If not, remove it from scheduler in ble_ll_adv_aux_schedule_next()
1264 /* Scheduled aux is calculated for AUX_SCAN_RSP, 1st aux is created separately */ in ble_ll_adv_aux_schedule_first()
1338 * without need to scheduled it in an interrupt. in ble_ll_adv_aux_schedule()
1359 * and is only called when a scheduled item executes but advertising is still
1532 /* Remove any scheduled advertising items */ in ble_ll_adv_sm_stop()
3173 * The scheduled time better be in the future! If it is not, we will in ble_ll_adv_done()
3315 /* Remove anything else scheduled for secondary channel */ in ble_ll_adv_sec_done()
[all …]
H A Dble_ll_conn.c68 * to be scheduled prior to the start of the event to account for the time it
95 * response. Well, it should. If this packet will overrun the next scheduled
930 * Returns the cputime of the next scheduled item on the scheduler list or
934 * the next scheduled item. However, the current connection itself is not
1304 * overrun next scheduled item. in ble_ll_conn_tx_data_pdu()
1432 * @return int 0: scheduled item is still running. 1: schedule item is done.
1603 /* Get next scheduled item time */ in ble_ll_conn_can_send_next_pdu()
2257 * If a connection update has been scheduled and the event counter in ble_ll_conn_next_event()
2299 /* Reset update scheduled flag */ in ble_ll_conn_next_event()
2428 /* Consider time created the last scheduled time */ in ble_ll_conn_created()
[all …]
H A Dble_ll_scan.c170 * just drop the scheduled item in ble_ll_aux_scan_cb()
1038 /* XXX: right now scheduled item is only present if we schedule for aux in ble_ll_scan_start()
1526 * If we are not in the standby state it means that the scheduled in ble_ll_scan_event_proc()
2836 /* We are here because successfully scheduled for next aux */ in ble_ll_scan_rx_pkt_in()
H A Dble_ll_ctrl.c440 /* Set flag in state machine to denote we have scheduled an update */ in ble_ll_ctrl_conn_upd_make()
1495 /* Set scheduled flag */ in ble_ll_ctrl_chanmap_req_make()
/nrf52832-nimble/rt-thread/components/net/uip/uip/
H A Dpt.h109 * invokation will be executed each time the protothread is scheduled.
267 * be scheduled
/nrf52832-nimble/nordic/nrfx/drivers/src/
H A Dnrfx_i2s.c381 // When stopped, release all buffers, including these scheduled for in nrfx_i2s_irq_handler()
423 // and the ones scheduled to be used as next become the current in nrfx_i2s_irq_handler()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/include/host/
H A Dble_store.h167 * Represents the possiblity that a scheduled write will fail due to
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/
H A Dtimeouts.c116 /** global variable that shows if the tcp timer is currently scheduled or not */
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/
H A Dtimeouts.c135 /** global variable that shows if the tcp timer is currently scheduled or not */
/nrf52832-nimble/rt-thread/components/net/lwip-1.4.1/src/core/
H A Dtimers.c70 /** global variable that shows if the tcp timer is currently scheduled or not */
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/src/
H A Dble_hs.c462 /* Reset timer if it is not currently scheduled or if the specified time is in ble_hs_timer_sched()
/nrf52832-nimble/packages/NimBLE-latest/nimble/drivers/nrf52/src/
H A Dble_phy.c612 * to be scheduled 1 or 2 ticks too late so we'll miss it - it's acceptable in ble_phy_set_start_now()
1013 * same as the limit when we need to have TX scheduled (i.e. TIMER0 and PPI in ble_phy_rx_end_isr()
1016 * When TX is scheduled in advance, we may event process packet a bit longer in ble_phy_rx_end_isr()
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/core/ipv6/
H A Dmld6.c506 /* Apply timer value if no report has been scheduled already. */ in mld6_delayed_report()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/core/ipv6/
H A Dmld6.c544 /* Apply timer value if no report has been scheduled already. */ in mld6_delayed_report()
/nrf52832-nimble/rt-thread/components/net/uip/doc/html/
H A Da00194.html129 …<span class="comment"> * invokation will be executed each time the protothread is scheduled.</span>
287 <a name="l00267"></a>00267 <span class="comment"> * be scheduled</span>
H A Da00142.html184 …f9de4bedfdfc">PT_BEGIN()</a> invokation will be executed each time the protothread is scheduled.<p>
384 …m>&nbsp;</td><td>The call to the C function implementing the protothread to be scheduled </td></tr>
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/apps/sntp/
H A Dsntp.c414 LWIP_DEBUGF(SNTP_DEBUG_STATE, ("sntp_recv: Scheduled next time request: %"U32_F" ms\n", in sntp_recv()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/apps/sntp/
H A Dsntp.c521 LWIP_DEBUGF(SNTP_DEBUG_STATE, ("sntp_recv: Scheduled next time request: %"U32_F" ms\n", in sntp_recv()
/nrf52832-nimble/packages/NimBLE-latest/nimble/host/test/src/
H A Dble_l2cap_test.c518 /* Ensure no update got scheduled. */ in ble_l2cap_test_util_peer_updates()
/nrf52832-nimble/rt-thread/components/net/lwip-2.1.0/src/netif/ppp/
H A Dppp.c1477 { 0x020b, "STP - Scheduled Transfer Protocol" },
/nrf52832-nimble/rt-thread/components/net/lwip-2.0.2/src/netif/ppp/
H A Dppp.c1496 { 0x020b, "STP - Scheduled Transfer Protocol" },