/Zephyr-latest/doc/connectivity/bluetooth/shell/classic/ |
D | a2dp.rst | 27 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/ |
D | test_mslab_threadsafe.c | 37 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/ |
D | main.c | 423 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/ |
D | mdio_esp32.c | 52 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/ |
D | Kconfig | 10 # This makes 11x64K to permit all allocations to success.
|
/Zephyr-latest/drivers/pwm/ |
D | pwm_max31790.c | 293 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/ |
D | README.rst | 66 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/ |
D | ccp.rst | 112 … <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/ |
D | blob_srv.h | 80 void (*end)(struct bt_mesh_blob_srv *srv, uint64_t id, bool success);
|
D | dfu_srv.h | 134 const struct bt_mesh_dfu_img *img, bool success);
|
D | dfd_srv.h | 296 const struct bt_mesh_dfu_slot *slot, bool success,
|
D | blob_cli.h | 238 const struct bt_mesh_blob_xfer *xfer, bool success);
|
/Zephyr-latest/samples/drivers/ipm/ipm_mhu_dual_core/ |
D | README.rst | 74 CPU 0, get MHU0 success! 77 CPU 1, get MHU0 success!
|
/Zephyr-latest/samples/basic/hash_map/ |
D | README.rst | 51 [00:00:11.010,000] <inf> hashmap_sample: success
|
/Zephyr-latest/subsys/bluetooth/mesh/shell/ |
D | blob.c | 121 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/ |
D | README.rst | 36 Erase success.
|
/Zephyr-latest/samples/net/sockets/sntp_client/ |
D | README.rst | 22 seconds, as well as the status code of the response (0 on success), is
|
/Zephyr-latest/subsys/net/lib/lwm2m/ |
D | lwm2m_rw_cbor.c | 353 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/ |
D | blob_cli.c | 299 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()
|
D | dfu_cli.c | 249 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()
|
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()
|
/Zephyr-latest/subsys/bluetooth/controller/ll_sw/ |
D | ull_sched.c | 445 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/ |
D | index.rst | 41 On success, the green led will start flashing.
|
/Zephyr-latest/drivers/dma/ |
D | dma_emul.c | 504 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/ |
D | README.rst | 41 This project has no output in case of success, the correct
|