Home
last modified time | relevance | path

Searched refs:retry (Results 1 – 25 of 28) sorted by relevance

12

/subsys/bluetooth/controller/ticker/shell/
A Dticker.c47 uint8_t retry; in cmd_ticker_info() local
54 retry = 4U; in cmd_ticker_info()
81 retry--; in cmd_ticker_info()
82 if (!retry) { in cmd_ticker_info()
93 "remaining.", retry); in cmd_ticker_info()
/subsys/sd/
A DKconfig44 int "Number of times to retry initialization commands"
47 Number of times to retry initialization commands in case of failure
50 int "Number of times to retry SD OCR read"
53 Number of times to retry SD OCR read command. OCR reads typically
84 int "Number of times to retry sending command to card"
87 Number of times to retry sending command to SD card in case of failure
90 int "Number of times to retry sending data to card"
93 Number of times to retry sending data to SD card in case of failure
/subsys/bluetooth/controller/util/
A Dutil.c80 uint8_t retry; in util_aa_le32() local
82 retry = 3U; in util_aa_le32()
84 if (!retry) { in util_aa_le32()
87 retry--; in util_aa_le32()
/subsys/bluetooth/controller/ll_sw/
A Dull_sched.c408 uint8_t retry; in after_match_slot_get() local
427 retry = UINT8_MAX; in after_match_slot_get()
481 LL_ASSERT(retry); in after_match_slot_get()
482 retry--; in after_match_slot_get()
A Dull_central_iso.c1111 uint8_t retry; in mfy_cis_offset_get() local
1135 retry = 4U; in mfy_cis_offset_get()
1166 LL_ASSERT((ticks_current == ticks_previous) || retry--); in mfy_cis_offset_get()
A Dull_conn_iso.c1129 uint8_t retry; in mfy_cis_lazy_fill() local
1153 retry = 4U; in mfy_cis_lazy_fill()
1182 LL_ASSERT((ticks_current == ticks_previous) || retry--); in mfy_cis_lazy_fill()
A Dull_adv_iso.c1437 uint8_t retry; in mfy_iso_offset_get() local
1448 retry = 4U; in mfy_iso_offset_get()
1479 LL_ASSERT((ticks_current == ticks_previous) || retry--); in mfy_iso_offset_get()
A Dull_adv.c804 uint8_t at_anchor, uint32_t ticks_anchor, uint8_t retry, argument
1246 _radio.advertiser.retry = retry;
A Dull_adv_aux.c3200 uint8_t retry; in mfy_aux_offset_get() local
3211 retry = 1U; /* Assert on first ticks_current change */ in mfy_aux_offset_get()
3252 LL_ASSERT((ticks_current == ticks_previous) || retry--); in mfy_aux_offset_get()
A Dull_adv_sync.c2689 uint8_t retry; local
2699 retry = 4U;
2725 LL_ASSERT((ticks_current == ticks_previous) || retry--);
/subsys/logging/backends/
A DKconfig.ws31 Sleep period between TX retry attempts.
A DKconfig.rtt76 Sleep period between TX retry attempts. During RTT session, host pulls
/subsys/bluetooth/audio/
A DKconfig33 retry to send notification that failed due to lack of TX buffers
/subsys/net/ip/
A DKconfig.tcp84 both stacks will retry at the same moment resulting in another
85 collision. By introducing a randomized retry timeout, the chance of
167 bool "Fast-retry algorithm based on the number of duplicated ACKs"
/subsys/bluetooth/mesh/
A Dblob_cli.c86 (void)k_work_reschedule(&cli->tx.retry, next_timeout); in start_retry_timer()
91 k_work_cancel_delayable(&cli->tx.retry); in cli_state_reset()
398 k_work_cancel_delayable(&cli->tx.retry); in broadcast_complete()
466 CONTAINER_OF(work, struct bt_mesh_blob_cli, tx.retry.work); in retry_timeout()
1468 k_work_init_delayable(&cli->tx.retry, retry_timeout); in blob_cli_init()
1575 (void)k_work_cancel_delayable(&cli->tx.retry); in bt_mesh_blob_cli_suspend()
A Dlpn.c399 bool retry; in req_send_end() local
419 retry = (lpn->req_attempts > 0); in req_send_end()
437 cb->polled(lpn->sub->net_idx, lpn->frnd, retry); in req_send_end()
/subsys/net/lib/mqtt_sn/
A DKconfig73 int "Number of times to retry messages"
/subsys/mgmt/mcumgr/transport/
A DKconfig.bluetooth97 int "Connection parameters update retry time in milliseconds"
/subsys/bluetooth/host/
A DKconfig.gatt34 bool "Automatic security elevation and retry on security errors"
39 try to elevate the security level and retry the ATT request.
A DKconfig818 int "Peripheral connection parameter update retry attempts"
822 This value corresponds to number of times to retry connection
827 int "Peripheral connection parameter update retry timeout in milliseconds"
831 The value is a timeout used by peripheral device to wait until retry
/subsys/dap/
A Dcmsis_dap.c414 uint32_t retry = ctx->transfer.retry_count; in do_swdp_transfer() local
423 } while ((rspns_val == SWDP_ACK_WAIT) && retry--); in do_swdp_transfer()
/subsys/net/lib/sockets/
A Dsockets_tls.c3389 bool retry; in ztls_poll_offload() local
3440 retry = false; in ztls_poll_offload()
3452 retry = true; in ztls_poll_offload()
3459 retry = true; in ztls_poll_offload()
3469 if (retry) { in ztls_poll_offload()
3481 } while (retry); in ztls_poll_offload()
/subsys/net/lib/coap/
A DKconfig60 This value is used as a base value to retry pending CoAP packets.
/subsys/net/lib/lwm2m/
A Dlwm2m_rd_client.c1127 goto retry; in sm_do_registration()
1139 retry: in sm_do_registration()
/subsys/bluetooth/controller/include/
A Dll.h99 uint8_t at_anchor, uint32_t ticks_anchor, uint8_t retry,

Completed in 74 milliseconds

12