Home
last modified time | relevance | path

Searched refs:success (Results 1 – 25 of 64) sorted by relevance

123

/Zephyr-latest/doc/connectivity/bluetooth/shell/classic/
Da2dp.rst27 success
52 success to configure
55 success to establish
58 success to start
64 success to suspend
67 success to release
75 success
/Zephyr-latest/tests/kernel/mem_slab/mslab_threadsafe/src/
Dtest_mslab_threadsafe.c37 static volatile bool success[THREAD_NUM]; variable
61 success[id] = true; in tmslab_api()
92 zassert_true(success[i], "thread %d failed", i); in ZTEST()
/Zephyr-latest/tests/net/route_mcast/src/
Dmain.c423 bool success = net_route_mcast_del(test_mcast_routes[0]); in test_route_mcast_route_del() local
425 zassert_true(success, "failed to delete mcast route"); in test_route_mcast_route_del()
430 success = net_route_mcast_del(test_mcast_routes[1]); in test_route_mcast_route_del()
431 zassert_true(success, "failed to delete mcast route"); in test_route_mcast_route_del()
436 success = net_route_mcast_del(test_mcast_routes[2]); in test_route_mcast_route_del()
437 zassert_true(success, "failed to delete mcast route"); in test_route_mcast_route_del()
439 success = net_route_mcast_del(test_mcast_routes[3]); in test_route_mcast_route_del()
440 zassert_true(success, "failed to delete mcast route"); in test_route_mcast_route_del()
442 success = net_route_mcast_del(test_mcast_routes[4]); in test_route_mcast_route_del()
443 zassert_true(success, "failed to delete mcast route"); in test_route_mcast_route_del()
[all …]
/Zephyr-latest/drivers/mdio/
Dmdio_esp32.c52 bool success = false; in mdio_transfer() local
57 success = true; in mdio_transfer()
61 if (!success) { in mdio_transfer()
/Zephyr-latest/boards/arm/fvp_base_revc_2xaemv8a/
DKconfig10 # This makes 11x64K to permit all allocations to success.
/Zephyr-latest/drivers/pwm/
Dpwm_max31790.c293 bool success; in max31790_get_cycles_per_sec() local
312 success = max31790_convert_pwm_frequency_into_hz(&pwm_frequency_in_hz, pwm_frequency); in max31790_get_cycles_per_sec()
313 if (!success) { in max31790_get_cycles_per_sec()
/Zephyr-latest/samples/bluetooth/channel_sounding/
DREADME.rst66 MTU exchange success (247)
84 MTU exchange success (247)
103 MTU exchange success (247)
119 MTU exchange success (247)
/Zephyr-latest/doc/connectivity/bluetooth/shell/audio/
Dccp.rst112 … <dbg> bt_tbs_client.call_cp_notify_handler: Status: success for the originate opcode for call 0x00
126 … <dbg> bt_tbs_client.call_cp_notify_handler: Status: success for the originate opcode for call 0x00
144 <dbg> bt_tbs_client.call_cp_callback_handler: Status: success for the accept opcode for call 0x05
154 … <dbg> bt_tbs_client.call_cp_notify_handler: Status: success for the terminate opcode for call 0x05
227 …<dbg> bt_tbs.write_call_cp: Index 0: Processed the originate opcode with status success for call i…
238 …<dbg> bt_tbs.write_call_cp: Index 0: Processed the accept opcode with status success for call inde…
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dblob_srv.h80 void (*end)(struct bt_mesh_blob_srv *srv, uint64_t id, bool success);
Ddfu_srv.h134 const struct bt_mesh_dfu_img *img, bool success);
Ddfd_srv.h296 const struct bt_mesh_dfu_slot *slot, bool success,
Dblob_cli.h238 const struct bt_mesh_blob_xfer *xfer, bool success);
/Zephyr-latest/samples/drivers/ipm/ipm_mhu_dual_core/
DREADME.rst74 CPU 0, get MHU0 success!
77 CPU 1, get MHU0 success!
/Zephyr-latest/samples/basic/hash_map/
DREADME.rst51 [00:00:11.010,000] <inf> hashmap_sample: success
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dblob.c121 const struct bt_mesh_blob_xfer *xfer, bool success) in blob_cli_end() argument
123 if (success) { in blob_cli_end()
194 bool success) in blob_srv_end() argument
196 if (success) { in blob_srv_end()
/Zephyr-latest/samples/drivers/flash_shell/
DREADME.rst36 Erase success.
/Zephyr-latest/samples/net/sockets/sntp_client/
DREADME.rst22 seconds, as well as the status code of the response (0 on success), is
/Zephyr-latest/subsys/net/lib/lwm2m/
Dlwm2m_rw_cbor.c353 bool success; in get_time() local
358 success = zcbor_tag_decode(states, &tag); in get_time()
360 if (success) { in get_time()
/Zephyr-latest/subsys/bluetooth/mesh/
Dblob_cli.c299 static void end(struct bt_mesh_blob_cli *cli, bool success) in end() argument
303 LOG_DBG("%u", success); in end()
308 cli->cb->end(cli, xfer, success); in end()
802 bool success = false; in caps_collected() local
810 success = true; in caps_collected()
815 while (success && in caps_collected()
822 cli->cb->caps(cli, success ? &cli->caps : NULL); in caps_collected()
1126 bool success = targets_active(cli) && in transfer_complete() local
1129 end(cli, success); in transfer_complete()
Ddfu_cli.c249 const struct bt_mesh_blob_xfer *xfer, bool success) in blob_end() argument
255 if (success) { in blob_end()
633 bool success = false; in confirmed() local
647 success = true; in confirmed()
659 success = true; in confirmed()
663 if (success) { in confirmed()
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()
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/
Dull_sched.c445 bool success; in after_match_slot_get() local
475 success = (ret_cb == TICKER_STATUS_SUCCESS); in after_match_slot_get()
476 LL_ASSERT(success); in after_match_slot_get()
/Zephyr-latest/boards/quicklogic/qomu/doc/
Dindex.rst41 On success, the green led will start flashing.
/Zephyr-latest/drivers/dma/
Ddma_emul.c504 bool success; in dma_emul_chan_filter() local
510 success = dma_emul_get_channel_state(dev, channel) == DMA_EMUL_CHANNEL_UNUSED; in dma_emul_chan_filter()
513 return success; in dma_emul_chan_filter()
/Zephyr-latest/samples/net/sockets/coap_server/
DREADME.rst41 This project has no output in case of success, the correct

123