/Zephyr-latest/subsys/bluetooth/mesh/ |
D | dfu_srv.c | 523 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()
|
D | dfd_srv.c | 889 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/ |
D | buf.c | 261 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/ |
D | response_big.html.bin | 35 …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/ |
D | response_big.html.bin | 35 …ations and image processing. The most recent example of the technology’s success is the successful…
|
/Zephyr-latest/subsys/bluetooth/host/ |
D | cs.c | 165 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/ |
D | README.rst | 85 Description: 'Test the success of service init'
|
/Zephyr-latest/doc/project/ |
D | documentation.rst | 10 requirement for defining an API's success. Doxygen is a general purpose
|
D | tsc.rst | 14 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/ |
D | uart_mcux_lpuart.c | 629 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/ |
D | index.rst | 66 present some tips to easily success. The ESP WIFI was tested with an ESP-01
|
/Zephyr-latest/doc/services/storage/disk/ |
D | access.rst | 33 a value indicating success.
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_central_iso.c | 1125 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()
|
D | ull_conn_iso.c | 1148 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()
|
D | ull_adv_iso.c | 1464 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()
|
D | ull_adv_aux.c | 3220 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()
|
D | ull_adv_sync.c | 2712 bool success; local 2730 success = (ret_cb == TICKER_STATUS_SUCCESS); 2731 LL_ASSERT(success);
|
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/ |
D | test_blob.c | 181 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
|
D | test_dfu.c | 208 bool success) in target_dfu_transfer_end() argument 211 ASSERT_TRUE(success); in target_dfu_transfer_end()
|
/Zephyr-latest/doc/services/device_mgmt/ |
D | ec_host_cmd.rst | 123 * :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/ |
D | dfu.c | 95 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/ |
D | ext2_impl.c | 594 goto success; in find_dir_entry() 602 success: in find_dir_entry()
|
/Zephyr-latest/doc/connectivity/networking/api/ |
D | tls_credentials_shell.rst | 201 …"``<STATUS>``", "Status code indicating success or failure with generating a digest of the listed …
|
/Zephyr-latest/arch/arm/core/ |
D | Kconfig | 83 Thumb-2 technology builds on the success of Thumb, the innovative
|
/Zephyr-latest/doc/kernel/services/ |
D | polling.rst | 150 In case of success, :c:func:`k_poll` returns 0. If it times out, it returns
|