Home
last modified time | relevance | path

Searched refs:bt_shell_print (Results 1 – 25 of 35) sorted by relevance

12

/Zephyr-latest/subsys/bluetooth/host/classic/shell/
Da2dp.c211 bt_shell_print("endpoint id: %d, %s, %s:", ep_info->sep_info->id, in shell_a2dp_print_capabilities()
215 bt_shell_print(" codec type: SBC"); in shell_a2dp_print_capabilities()
222 bt_shell_print(" sample frequency:"); in shell_a2dp_print_capabilities()
224 bt_shell_print(" 16000 "); in shell_a2dp_print_capabilities()
227 bt_shell_print(" 32000 "); in shell_a2dp_print_capabilities()
230 bt_shell_print(" 44100 "); in shell_a2dp_print_capabilities()
233 bt_shell_print(" 48000"); in shell_a2dp_print_capabilities()
236 bt_shell_print(" channel mode:"); in shell_a2dp_print_capabilities()
238 bt_shell_print(" Mono "); in shell_a2dp_print_capabilities()
241 bt_shell_print(" Dual "); in shell_a2dp_print_capabilities()
[all …]
Dbredr.c150 bt_shell_print("[DEVICE]: %s, RSSI %i %s", br_addr, rssi, name); in br_device_found()
160 bt_shell_print("BR/EDR discovery complete"); in br_discovery_complete()
222 bt_shell_print("Incoming data channel %p len %u", chan, buf->len); in l2cap_recv()
229 bt_shell_print("Channel %p connected", chan); in l2cap_connected()
234 bt_shell_print("Channel %p disconnected", chan); in l2cap_disconnected()
239 bt_shell_print("Channel %p requires buffer", chan); in l2cap_alloc_buf()
260 bt_shell_print("Incoming BR/EDR conn %p", conn); in l2cap_accept()
385 bt_shell_print("SDP HFPAG data@%p (len %u) hint %u from" in sdp_hfp_ag_user()
400 bt_shell_print("HFPAG Server CN param 0x%04x", param); in sdp_hfp_ag_user()
409 bt_shell_print("HFP version param 0x%04x", version); in sdp_hfp_ag_user()
[all …]
Davrcp.c38 bt_shell_print("AVRCP connected"); in avrcp_connected()
43 bt_shell_print("AVRCP disconnected"); in avrcp_disconnected()
48 bt_shell_print("AVRCP unit info received, unit type = 0x%02x, company_id = 0x%06x", in avrcp_unit_info_rsp()
56 bt_shell_print("AVRCP subunit info received, subunit type = 0x%02x, extended subunit = %d", in avrcp_subunit_info_rsp()
59 bt_shell_print("extended subunit id = %d, subunit type = 0x%02x", in avrcp_subunit_info_rsp()
67 bt_shell_print( in avrcp_passthrough_rsp()
71 bt_shell_print("AVRCP passthough command rejected, operation id = 0x%02x, state = " in avrcp_passthrough_rsp()
Drfcomm.c105 bt_shell_print("Incoming data dlc %p len %u", dlci, buf->len); in rfcomm_recv()
110 bt_shell_print("Dlc %p connected", dlci); in rfcomm_connected()
115 bt_shell_print("Dlc %p disconnected", dlci); in rfcomm_disconnected()
132 bt_shell_print("Incoming RFCOMM conn %p", conn); in rfcomm_accept()
/Zephyr-latest/subsys/bluetooth/audio/shell/
Daudio.h240 bt_shell_print("QoS: interval %u framing 0x%02x phy 0x%02x sdu %u rtn %u latency %u pd %u", in print_qos()
244 bt_shell_print("QoS: interval %u framing 0x%02x phy 0x%02x sdu %u rtn %u pd %u", in print_qos()
259 bt_shell_print("%*s#%zu: type 0x%02x value_len %u", ltv_info->indent, "", in print_ltv_elem()
291 bt_shell_print("%*sPreferred audio contexts:", indent, ""); in print_codec_meta_pref_context()
300 bt_shell_print("%*s%s (0x%04X)", indent, "", in print_codec_meta_pref_context()
308 bt_shell_print("%*sStreaming audio contexts:", indent, ""); in print_codec_meta_stream_context()
317 bt_shell_print("%*s%s (0x%04X)", indent, "", in print_codec_meta_stream_context()
326 bt_shell_print("%*sProgram info:", indent, ""); in print_codec_meta_program_info()
341 bt_shell_print("%*sLanguage: %c%c%c", indent, "", (char)lang[0], (char)lang[1], in print_codec_meta_language()
348 bt_shell_print("%*sCCID list:", indent, ""); in print_codec_meta_ccid_list()
[all …]
Dmedia_controller.c55 bt_shell_print("Local player instance: %p", local_player); in local_player_instance_cb()
71 bt_shell_print("Discovered player instance: %p", remote_player); in discover_player_cb()
85 bt_shell_print("Player: %p, Player name: %s", plr, name); in player_name_cb()
98 bt_shell_print("Player: %p, Icon Object ID: %s", plr, str); in icon_id_cb()
108 bt_shell_print("Player: %p, Icon URL: %s", plr, url); in icon_url_cb()
118 bt_shell_print("Player: %p, Track changed", plr); in track_changed_cb()
128 bt_shell_print("Player: %p, Track title: %s", plr, title); in track_title_cb()
138 bt_shell_print("Player: %p, Track duration: %d", plr, duration); in track_duration_cb()
148 bt_shell_print("Player: %p, Track Position received: %d", plr, position); in track_position_recv_cb()
158 bt_shell_print("Player: %p, Track Position write: %d", plr, position); in track_position_write_cb()
[all …]
Dcsip_set_coordinator.c69 bt_shell_print("[%u]: Connected to %s", conn_index, addr); in connected_cb()
74 bt_shell_print("Member[%u] connected", conn_index); in connected_cb()
108 bt_shell_print("Found %zu sets on member[%u]", set_count, conn_index); in csip_discover_cb()
111 bt_shell_print("CSIS[%zu]: %p", i, &member->insts[i]); in csip_discover_cb()
112 bt_shell_print("\tRank: %u", member->insts[i].info.rank); in csip_discover_cb()
113 bt_shell_print("\tSet Size: %u", member->insts[i].info.set_size); in csip_discover_cb()
114 bt_shell_print("\tLockable: %u", member->insts[i].info.lockable); in csip_discover_cb()
127 bt_shell_print("Set locked"); in csip_set_coordinator_lock_set_cb()
137 bt_shell_print("Set released"); in csip_set_coordinator_release_set_cb()
199 bt_shell_print("Found CSIP advertiser with address %s", addr_str); in csip_found()
[all …]
Dmicp_mic_ctlr.c38 bt_shell_print("Discovery done with %u AICS", aics_count); in micp_mic_ctlr_discover_cb()
55 bt_shell_print("Mute write completed"); in micp_mic_ctlr_mute_written_cb()
65 bt_shell_print("Unmute write completed"); in micp_mic_ctlr_unmute_written_cb()
75 bt_shell_print("Mute value %u", mute); in micp_mic_ctlr_mute_cb()
87 bt_shell_print("Gain set for inst %p", inst); in micp_mic_ctlr_aics_set_gain_cb()
96 bt_shell_print("Unmuted inst %p", inst); in micp_mic_ctlr_aics_unmute_cb()
105 bt_shell_print("Muted inst %p", inst); in micp_mic_ctlr_aics_mute_cb()
114 bt_shell_print("Manual mode set for inst %p", inst); in micp_mic_ctlr_aics_set_manual_mode_cb()
123 bt_shell_print("Automatic mode set for inst %p", inst); in micp_mic_ctlr_aics_automatic_mode_cb()
134 bt_shell_print("AICS inst %p state gain %d, mute %u, mode %u", in micp_mic_ctlr_aics_state_cb()
[all …]
Dvcp_vol_ctlr.c37 bt_shell_print("VCP discover done with %u VOCS and %u AICS", vocs_count, in vcs_discover_cb()
51 bt_shell_print("VCP vol_down done"); in vcs_vol_down_cb()
60 bt_shell_print("VCP vol_up done"); in vcs_vol_up_cb()
69 bt_shell_print("VCP mute done"); in vcs_mute_cb()
78 bt_shell_print("VCP unmute done"); in vcs_unmute_cb()
87 bt_shell_print("VCP vol_down_unmute done"); in vcs_vol_down_unmute_cb()
96 bt_shell_print("VCP vol_up_unmute done"); in vcs_vol_up_unmute_cb()
105 bt_shell_print("VCP vol_set done"); in vcs_vol_set_cb()
115 bt_shell_print("VCP volume %u, mute %u", volume, mute); in vcs_state_cb()
125 bt_shell_print("VCP flags 0x%02X", flags); in vcs_flags_cb()
[all …]
Dmcc.c61 bt_shell_print("Discovery complete"); in mcc_discover_mcs_cb()
71 bt_shell_print("Player name: %s", name); in mcc_read_player_name_cb()
85 bt_shell_print("Icon object ID: %s", str); in mcc_read_icon_obj_id_cb()
99 bt_shell_print("Icon URL: 0x%s", url); in mcc_read_icon_url_cb()
111 bt_shell_print("Track title: %s", title); in mcc_read_track_title_cb()
122 bt_shell_print("Track changed"); in mcc_track_changed_ntf_cb()
133 bt_shell_print("Track duration: %d", dur); in mcc_read_track_duration_cb()
145 bt_shell_print("Track Position: %d", pos); in mcc_read_track_position_cb()
157 bt_shell_print("Track Position: %d", pos); in mcc_set_track_position_cb()
170 bt_shell_print("Playback speed: %d", speed); in mcc_read_playback_speed_cb()
[all …]
Dbap_broadcast_assistant.c99 bt_shell_print("BASS discover done with %u recv states", recv_state_count); in bap_broadcast_assistant_discover_cb()
109 bt_shell_print( in bap_broadcast_assistant_scan_cb()
121 bt_shell_print("\t\tMetadata length %u, type %u, data: %s", in metadata_entry()
144 bt_shell_print( in bap_broadcast_assistant_recv_state_cb()
155 bt_shell_print("\t[%d]: BIS sync 0x%04X, metadata_len %zu", i, in bap_broadcast_assistant_recv_state_cb()
172 bt_shell_print("Found matching PA sync [%zu]", i); in bap_broadcast_assistant_recv_state_cb()
178 bt_shell_print("Sending PAST"); in bap_broadcast_assistant_recv_state_cb()
215 bt_shell_print("Sending local PAST"); in bap_broadcast_assistant_recv_state_cb()
231 bt_shell_print("BASS recv state %u removed", src_id); in bap_broadcast_assistant_recv_state_removed_cb()
239 bt_shell_print("BASS scan start successful"); in bap_broadcast_assistant_scan_start_cb()
[all …]
Dhas_client.c37 bt_shell_print("HAS discovered %p type 0x%02x caps 0x%02x for conn %p", in has_client_discover_cb()
48 bt_shell_print("HAS %p preset switch index 0x%02x", has, index); in has_client_preset_switch_cb()
60 bt_shell_print("Preset Index: 0x%02x\tProperties: 0x%02x\tName: %s", in has_client_preset_read_rsp_cb()
64 bt_shell_print("Preset Read operation complete"); in has_client_preset_read_rsp_cb()
Dvcp_vol_rend.c37 bt_shell_print("VCP volume %u, mute %u", volume, mute); in vcp_vol_rend_state_cb()
46 bt_shell_print("VCP flags 0x%02X", flags); in vcp_vol_rend_flags_cb()
57 bt_shell_print("AICS inst %p state gain %d, mute %u, mode %u", in aics_state_cb()
69 bt_shell_print("AICS inst %p gain settings units %u, min %d, max %d", in aics_gain_setting_cb()
81 bt_shell_print("AICS inst %p input type %u", in aics_input_type_cb()
92 bt_shell_print("AICS inst %p status %s", in aics_status_cb()
104 bt_shell_print("AICS inst %p description %s", in aics_description_cb()
114 bt_shell_print("VOCS inst %p offset %d", inst, offset); in vocs_state_cb()
123 bt_shell_print("VOCS inst %p location %u", inst, location); in vocs_location_cb()
133 bt_shell_print("VOCS inst %p description %s", inst, description); in vocs_description_cb()
Dbap.c331 bt_shell_print( in init_lc3_encoder()
396 bt_shell_print("[%zu]: Encoding frame of size %u (%u/%u)", in encode_frame()
592 bt_shell_print("Default stream: %u", i + 1); in set_unicast_stream()
644 bt_shell_print("ASE Codec Config: conn %p ep %p dir %u", conn, ep, dir); in lc3_config()
650 bt_shell_print("No unicast_streams available"); in lc3_config()
657 bt_shell_print("ASE Codec Config stream %p", *stream); in lc3_config()
670 bt_shell_print("ASE Codec Reconfig: stream %p", stream); in lc3_reconfig()
686 bt_shell_print("QoS: stream %p %p", stream, qos); in lc3_qos()
696 bt_shell_print("Enable: stream %p meta_len %zu", stream, meta_len); in lc3_enable()
703 bt_shell_print("Start: stream %p", stream); in lc3_start()
[all …]
Dcap_commander.c43 bt_shell_print("discovery completed%s", csis_inst == NULL ? "" : " with CSIS"); in cap_discover_cb()
54 bt_shell_print("Volume change completed"); in cap_volume_changed_cb()
64 bt_shell_print("Volume mute change completed"); in cap_volume_mute_changed_cb()
74 bt_shell_print("Volume offset change completed"); in cap_volume_offset_changed_cb()
87 bt_shell_print("Microphone mute change completed"); in cap_microphone_mute_changed_cb()
98 bt_shell_print("Microphone gain change completed"); in cap_microphone_gain_changed_cb()
111 bt_shell_print("Broadcast reception start completed"); in cap_broadcast_reception_start_cb()
122 bt_shell_print("Broadcast reception stop completed"); in cap_broadcast_reception_stop_cb()
Dmicp_mic_dev.c30 bt_shell_print("Mute value %u", mute); in micp_mic_dev_mute_cb()
47 bt_shell_print("AICS inst %p state gain %d, mute %u, mode %u", in micp_mic_dev_aics_state_cb()
59 bt_shell_print("AICS inst %p gain settings units %u, min %d, max %d", in micp_mic_dev_aics_gain_setting_cb()
70 bt_shell_print("AICS inst %p input type %u", in micp_mic_dev_aics_input_type_cb()
81 bt_shell_print("AICS inst %p status %s", in micp_mic_dev_aics_status_cb()
92 bt_shell_print("AICS inst %p description %s", in micp_mic_dev_aics_description_cb()
/Zephyr-latest/subsys/bluetooth/services/ias/shell/
Dias.c25 bt_shell_print("Alert stopped\n"); in alert_stop()
30 bt_shell_print("Mild alert started\n"); in alert_start()
35 bt_shell_print("High alert started\n"); in alert_high_start()
/Zephyr-latest/subsys/bluetooth/mesh/shell/
Dblob.c87 bt_shell_print("Mesh Blob: Lost target 0x%04x (reason: %u)", target->addr, reason); in blob_cli_lost_target()
101 bt_shell_print("None of the targets can be used for BLOB transfer"); in blob_cli_caps()
105 bt_shell_print("Mesh BLOB: capabilities:"); in blob_cli_caps()
106 bt_shell_print("\tMax BLOB size: %u bytes", caps->max_size); in blob_cli_caps()
107 bt_shell_print("\tBlock size: %u-%u (%u-%u bytes)", in blob_cli_caps()
111 bt_shell_print("\tMax chunks: %u", caps->max_chunks); in blob_cli_caps()
112 bt_shell_print("\tChunk size: %u", caps->max_chunk_size); in blob_cli_caps()
113 bt_shell_print("\tMTU size: %u", caps->mtu_size); in blob_cli_caps()
114 bt_shell_print("\tModes: %s", modes[caps->modes]); in blob_cli_caps()
121 bt_shell_print("Mesh BLOB transfer complete."); in blob_cli_end()
[all …]
Dshell.c66 bt_shell_print("Sending current faults"); in fault_get_cur()
80 bt_shell_print("Faults requested for unknown Company ID 0x%04x", cid); in fault_get_reg()
84 bt_shell_print("Sending registered faults"); in fault_get_reg()
120 bt_shell_print("Attention On"); in attention_on()
125 bt_shell_print("Attention Off"); in attention_off()
162 bt_shell_print("Health Test ID 0x%02x Company ID 0x%04x: no faults", in show_faults()
167 bt_shell_print("Health Test ID 0x%02x Company ID 0x%04x Fault Count %zu:", in show_faults()
171 bt_shell_print("\t0x%02x", faults[i]); in show_faults()
179 bt_shell_print("Health Current Status from 0x%04x", addr); in health_current_status()
187 bt_shell_print("Health Fault Status from 0x%04x", addr); in health_fault_status()
[all …]
Ddfu.c33 bt_shell_print("DFU ended: %u", reason); in dfu_cli_ended()
38 bt_shell_print("DFU applied."); in dfu_cli_applied()
44 bt_shell_print("DFU target lost: 0x%04x", target->blob.addr); in dfu_cli_lost_target()
49 bt_shell_print("DFU confirmed"); in dfu_cli_confirmed()
88 bt_shell_print("DFU setup"); in dfu_start()
98 bt_shell_print("DFU failed"); in dfu_end()
117 bt_shell_print("Applying DFU transfer..."); in dfu_apply()
622 bt_shell_print("Image %u:", idx); in dfu_img_cb()
623 bt_shell_print("\tFWID: %s", fwid); in dfu_img_cb()
625 bt_shell_print("\tURI: %s", img->uri); in dfu_img_cb()
Drpr.c29 bt_shell_print("Server 0x%04x:\n" in rpr_scan_report()
61 bt_shell_print("\tURI: \"\\x%02x%s\"", data[0], &data[1]); in rpr_scan_report()
63 bt_shell_print("\tName: \"%s\"", data); in rpr_scan_report()
68 bt_shell_print("\t0x%02x: %s", type, string); in rpr_scan_report()
/Zephyr-latest/subsys/bluetooth/host/shell/
Dl2cap.c93 bt_shell_print("Confirming reception"); in l2cap_recv_cb()
106 bt_shell_print("Incoming data channel %p len %u", in l2cap_recv()
116 bt_shell_print("Delaying response in %u ms...", in l2cap_recv()
131 bt_shell_print("Outgoing data channel %p transmitted", chan); in l2cap_sent()
136 bt_shell_print("Channel %p status %u", chan, (uint32_t)*status); in l2cap_status()
145 bt_shell_print("Channel %p connected", chan); in l2cap_connected()
150 bt_shell_print("Channel %p disconnected", chan); in l2cap_disconnected()
157 bt_shell_print("Channel %p requires buffer", chan); in l2cap_alloc_buf()
221 bt_shell_print("Incoming conn %p", conn); in l2cap_accept()
229 bt_shell_print("No channels available"); in l2cap_accept()
Dgatt.c79 bt_shell_print("Write #%u: %u bytes (%u bps)", in print_write_stats()
98 bt_shell_print("Exchange %s", err == 0U ? "successful" : "failed"); in exchange_func()
144 bt_shell_print("Properties: "); in print_chrc_props()
147 bt_shell_print("[bcast]"); in print_chrc_props()
151 bt_shell_print("[read]"); in print_chrc_props()
155 bt_shell_print("[write]"); in print_chrc_props()
159 bt_shell_print("[write w/w rsp]"); in print_chrc_props()
163 bt_shell_print("[notify]"); in print_chrc_props()
167 bt_shell_print("[indicate]"); in print_chrc_props()
171 bt_shell_print("[auth]"); in print_chrc_props()
[all …]
Dbt.c131 bt_shell_print("%s address: %s (%s)", desc, addr_str, addr_desc); in print_le_addr()
231 bt_shell_print("Scan timeout"); in active_scan_timeout()
560 bt_shell_print("%s%s, AD evt type %u, RSSI %i %s " in scan_recv()
614 bt_shell_print("Scan timeout"); in scan_timeout()
623 bt_shell_print("Advertiser[%d] %p sent %d", bt_le_ext_adv_get_index(adv), adv, in adv_sent()
634 bt_shell_print("Advertiser[%d] %p scanned by %s", bt_le_ext_adv_get_index(adv), adv, str); in adv_scanned()
646 bt_shell_print("Advertiser[%d] %p connected by %s", bt_le_ext_adv_get_index(adv), adv, str); in adv_connected()
656 bt_shell_print("Advertiser[%d] %p RPA %s", adv_index, adv, in adv_rpa_expired()
759 bt_shell_print("Connected: %s", addr); in connected()
807 bt_shell_print("Selected conn is now: %s", addr_str); in disconnected_set_new_default_conn_cb()
[all …]
/Zephyr-latest/subsys/bluetooth/common/
Dbt_shell_private.h67 #define bt_shell_print(_ft, ...) \ macro

12