| /subsys/bluetooth/controller/ticker/shell/ |
| A D | ticker.c | 47 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 D | Kconfig | 44 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 D | util.c | 80 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 D | ull_sched.c | 408 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 D | ull_central_iso.c | 1111 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 D | ull_conn_iso.c | 1129 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 D | ull_adv_iso.c | 1437 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 D | ull_adv.c | 804 uint8_t at_anchor, uint32_t ticks_anchor, uint8_t retry, argument 1246 _radio.advertiser.retry = retry;
|
| A D | ull_adv_aux.c | 3200 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 D | ull_adv_sync.c | 2689 uint8_t retry; local 2699 retry = 4U; 2725 LL_ASSERT((ticks_current == ticks_previous) || retry--);
|
| /subsys/logging/backends/ |
| A D | Kconfig.ws | 31 Sleep period between TX retry attempts.
|
| A D | Kconfig.rtt | 76 Sleep period between TX retry attempts. During RTT session, host pulls
|
| /subsys/bluetooth/audio/ |
| A D | Kconfig | 33 retry to send notification that failed due to lack of TX buffers
|
| /subsys/net/ip/ |
| A D | Kconfig.tcp | 84 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 D | blob_cli.c | 86 (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 D | lpn.c | 399 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 D | Kconfig | 73 int "Number of times to retry messages"
|
| /subsys/mgmt/mcumgr/transport/ |
| A D | Kconfig.bluetooth | 97 int "Connection parameters update retry time in milliseconds"
|
| /subsys/bluetooth/host/ |
| A D | Kconfig.gatt | 34 bool "Automatic security elevation and retry on security errors" 39 try to elevate the security level and retry the ATT request.
|
| A D | Kconfig | 818 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 D | cmsis_dap.c | 414 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 D | sockets_tls.c | 3389 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 D | Kconfig | 60 This value is used as a base value to retry pending CoAP packets.
|
| /subsys/net/lib/lwm2m/ |
| A D | lwm2m_rd_client.c | 1127 goto retry; in sm_do_registration() 1139 retry: in sm_do_registration()
|
| /subsys/bluetooth/controller/include/ |
| A D | ll.h | 99 uint8_t at_anchor, uint32_t ticks_anchor, uint8_t retry,
|