/Zephyr-Core-3.5.0/subsys/bluetooth/audio/shell/ |
D | bap_scan_delegator.c | 143 shell_info(ctx_shell, "PA timeout for %p", state->recv_state); in pa_timer_handler() 159 shell_info(ctx_shell, "Could not do PAST subscribe: %d", err); in pa_sync_past() 161 shell_info(ctx_shell, "Syncing with PAST: %d", err); in pa_sync_past() 191 shell_info(ctx_shell, "Could not sync per adv: %d", err); in pa_sync_no_past() 196 shell_info(ctx_shell, "PA sync pending for addr %s", addr_str); in pa_sync_no_past() 216 shell_info(ctx_shell, "Deleting PA sync"); in pa_sync_term() 233 shell_info(ctx_shell, "Receive state with ID %u updated", recv_state->src_id); in recv_state_updated_cb() 242 shell_info(ctx_shell, in pa_sync_req_cb() 279 shell_info(ctx_shell, "PA Sync term request for %p", recv_state); in pa_sync_term_req_cb() 297 shell_info(ctx_shell, "Broadcast code received for %p", recv_state); in broadcast_code_cb() [all …]
|
D | tmap.c | 54 shell_info(sh, "Registering TMAS with role: %u", role); in cmd_tmap_init()
|
D | bap.c | 362 shell_info(ctx_shell, "[%zu]: stream %p : TX LC3: %zu (seq_num %u)", in lc3_audio_send_data() 2070 shell_info(sh, "Broadcast source already created"); in cmd_create_broadcast() 2160 shell_info(sh, "Extended advertising set is NULL"); in cmd_start_broadcast() 2165 shell_info(sh, "Broadcast source not created"); in cmd_start_broadcast() 2183 shell_info(sh, "Broadcast source not created"); in cmd_stop_broadcast() 2202 shell_info(sh, "Broadcast source not created"); in cmd_delete_broadcast() 2815 shell_info(sh, "Current receive stats interval: %lu", recv_stats_interval); in cmd_recv_stats()
|
D | bap_broadcast_assistant.c | 608 shell_info(sh, "Already scanning, wait for sync or timeout"); in cmd_bap_broadcast_assistant_add_broadcast_id() 935 shell_info(sh, "Sending broadcast code:"); in cmd_bap_broadcast_assistant_broadcast_code()
|
D | cap_initiator.c | 245 shell_info(sh, "Could only setup %zu/%zu sink endpoints", in cmd_cap_initiator_unicast_start() 276 shell_info(sh, "Could only setup %zu/%zu source endpoints", in cmd_cap_initiator_unicast_start()
|
/Zephyr-Core-3.5.0/drivers/counter/ |
D | counter_timer_shell.c | 59 shell_info(shctx, "%s: Timer is freerunning", argv[ARGV_DEV]); in cmd_timer_free_running() 82 shell_info(shctx, "Timer Stopped"); in cmd_timer_stop() 140 shell_info(shctx, "%s: Alarm triggered", argv[ARGV_DEV]); in cmd_timer_oneshot() 191 shell_info(shctx, "%s: periodic timer triggered for %d times", argv[ARGV_DEV], count); in cmd_timer_periodic()
|
/Zephyr-Core-3.5.0/subsys/input/ |
D | input_utils.c | 35 shell_info(sh, "Input event dumping enabled"); in input_cmd_dump()
|
/Zephyr-Core-3.5.0/drivers/sensor/ |
D | sensor_shell.c | 306 shell_info(ctx->sh, in sensor_shell_processing_callback() 318 shell_info(ctx->sh, in sensor_shell_processing_callback() 329 shell_info(ctx->sh, in sensor_shell_processing_callback() 447 shell_info(shell_ptr, "%s channel=%s, attr=%s set to value=%s", dev->name, in cmd_sensor_attr_set() 484 shell_info(shell_ptr, "%s(channel=%s, attr=%s) value=%.6f", dev->name, in cmd_sensor_attr_get_handler()
|
/Zephyr-Core-3.5.0/drivers/i2c/ |
D | i2c_shell.c | 153 shell_info(shell_ctx, "Too many bytes provided, limit is %d", in i2c_write_from_buffer()
|
/Zephyr-Core-3.5.0/drivers/w1/ |
D | w1_shell.c | 332 shell_info(sh, "Applied config: %s = %u (0x%08x)", in cmd_w1_configure()
|
/Zephyr-Core-3.5.0/include/zephyr/shell/ |
D | shell.h | 1052 #define shell_info(_sh, _ft, ...) \ macro
|
/Zephyr-Core-3.5.0/subsys/bluetooth/shell/ |
D | iso.c | 511 shell_info(sh, "send: %d bytes of data", len); in cmd_send()
|
D | bt.c | 425 shell_info(ctx_shell, in scan_recv() 430 shell_info(ctx_shell, "%*s[SCAN DATA END]", strlen(scan_response_label), ""); in scan_recv()
|
/Zephyr-Core-3.5.0/doc/services/shell/ |
D | index.rst | 353 :c:macro:`shell_print`, :c:macro:`shell_info`, :c:macro:`shell_warn` and
|