Home
last modified time | relevance | path

Searched refs:success (Results 26 – 50 of 65) sorted by relevance

123

/Zephyr-latest/subsys/bluetooth/mesh/
Ddfu_srv.c523 static void blob_end(struct bt_mesh_blob_srv *b, uint64_t id, bool success) in blob_end() argument
528 LOG_DBG("success: %u", success); in blob_end()
530 if (!success) { in blob_end()
Ddfd_srv.c889 static void upload_end(struct bt_mesh_blob_srv *b, uint64_t id, bool success) in upload_end() argument
898 LOG_DBG("%u", success); in upload_end()
900 if (success && (bt_mesh_dfu_slot_commit(srv->upload.slot) == 0)) { in upload_end()
1292 const struct bt_mesh_dfu_slot *slot, bool success, in bt_mesh_dfd_srv_oob_store_complete() argument
1302 if (!success) { in bt_mesh_dfd_srv_oob_store_complete()
/Zephyr-latest/lib/net_buf/
Dbuf.c261 goto success; in net_buf_alloc_len_debug()
269 goto success; in net_buf_alloc_len_debug()
308 success: in net_buf_alloc_len_debug()
/Zephyr-latest/samples/net/sockets/dumb_http_server_mt/src/
Dresponse_big.html.bin35 …ations and image processing. The most recent example of the technology’s success is the successful…
/Zephyr-latest/samples/net/sockets/dumb_http_server/src/
Dresponse_big.html.bin35 …ations and image processing. The most recent example of the technology’s success is the successful…
/Zephyr-latest/subsys/bluetooth/host/
Dcs.c165 bool success = add_reassembly_data(reassembly_buf, steps, step_data_len); in start_reassembly() local
167 return success ? reassembly_buf : NULL; in start_reassembly()
197 bool success = add_reassembly_data(reassembly_buf, steps, step_data_len); in continue_reassembly() local
199 return success ? reassembly_buf : NULL; in continue_reassembly()
/Zephyr-latest/samples/tfm_integration/tfm_regression_test/
DREADME.rst85 Description: 'Test the success of service init'
/Zephyr-latest/doc/project/
Ddocumentation.rst10 requirement for defining an API's success. Doxygen is a general purpose
Dtsc.rst14 contributors, and stakeholders to ensure the project's success and
18 the overall success and growth of the Zephyr Project, ensuring that it remains a
/Zephyr-latest/drivers/serial/
Duart_mcux_lpuart.c629 const int success = in uart_mcux_lpuart_dma_replace_rx_buffer() local
634 if (success != 0) { in uart_mcux_lpuart_dma_replace_rx_buffer()
635 LOG_ERR("Error %d reloading DMA with next RX buffer", success); in uart_mcux_lpuart_dma_replace_rx_buffer()
638 return success; in uart_mcux_lpuart_dma_replace_rx_buffer()
/Zephyr-latest/boards/shields/esp_8266/doc/
Dindex.rst66 present some tips to easily success. The ESP WIFI was tested with an ESP-01
/Zephyr-latest/doc/services/storage/disk/
Daccess.rst33 a value indicating success.
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_central_iso.c1125 bool success; in mfy_cis_offset_get() local
1148 success = (ret_cb == TICKER_STATUS_SUCCESS); in mfy_cis_offset_get()
1149 LL_ASSERT(success); in mfy_cis_offset_get()
Dull_conn_iso.c1148 bool success; in mfy_cis_lazy_fill() local
1169 success = (ret_cb == TICKER_STATUS_SUCCESS); in mfy_cis_lazy_fill()
1170 LL_ASSERT(success); in mfy_cis_lazy_fill()
Dull_adv_iso.c1464 bool success; in mfy_iso_offset_get() local
1487 success = (ret_cb == TICKER_STATUS_SUCCESS); in mfy_iso_offset_get()
1488 LL_ASSERT(success); in mfy_iso_offset_get()
Dull_adv_aux.c3220 bool success; in mfy_aux_offset_get() local
3246 success = (ret_cb == TICKER_STATUS_SUCCESS); in mfy_aux_offset_get()
3247 LL_ASSERT(success); in mfy_aux_offset_get()
Dull_adv_sync.c2712 bool success; local
2730 success = (ret_cb == TICKER_STATUS_SUCCESS);
2731 LL_ASSERT(success);
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_blob.c181 bool success) in blob_cli_end() argument
183 cli_end_success = success; in blob_cli_end()
194 static void blob_srv_end(struct bt_mesh_blob_srv *b, uint64_t id, bool success) in blob_srv_end() argument
Dtest_dfu.c208 bool success) in target_dfu_transfer_end() argument
211 ASSERT_TRUE(success); in target_dfu_transfer_end()
/Zephyr-latest/doc/services/device_mgmt/
Dec_host_cmd.rst123 * :c:macro:`LOG_INF` is used to log a command id of a new command and not success responses. Repeat…
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Ddfu.c95 static void dfu_end(struct bt_mesh_dfu_srv *srv, const struct bt_mesh_dfu_img *img, bool success) in dfu_end() argument
97 if (!success) { in dfu_end()
/Zephyr-latest/subsys/fs/ext2/
Dext2_impl.c594 goto success; in find_dir_entry()
602 success: in find_dir_entry()
/Zephyr-latest/doc/connectivity/networking/api/
Dtls_credentials_shell.rst201 …"``<STATUS>``", "Status code indicating success or failure with generating a digest of the listed …
/Zephyr-latest/arch/arm/core/
DKconfig83 Thumb-2 technology builds on the success of Thumb, the innovative
/Zephyr-latest/doc/kernel/services/
Dpolling.rst150 In case of success, :c:func:`k_poll` returns 0. If it times out, it returns

123