Home
last modified time | relevance | path

Searched refs:bt_shell_error (Results 1 – 25 of 31) sorted by relevance

12

/subsys/bluetooth/audio/shell/
A Dmedia_controller.c50 bt_shell_error("Local player instance failed (%d)", err); in local_player_instance_cb()
66 bt_shell_error("Discover player failed (%d)", err); in discover_player_cb()
81 bt_shell_error("Player: %p, Player name failed (%d)", plr, err); in player_name_cb()
93 bt_shell_error("Player: %p, Icon ID failed (%d)", plr, err); in icon_id_cb()
104 bt_shell_error("Player: %p, Icon URL failed (%d)", plr, err); in icon_url_cb()
114 bt_shell_error("Player: %p, Track change failed (%d)", plr, err); in track_changed_cb()
124 bt_shell_error("Player: %p, Track title failed (%d)", plr, err); in track_title_cb()
297 bt_shell_error("Player: %p, Media state failed (%d)", plr, err); in media_state_cb()
318 bt_shell_error("Player: %p, Command failed (%d)", plr, err); in command_recv_cb()
341 bt_shell_error("Player: %p, Search send failed (%d)", plr, err); in search_send_cb()
[all …]
A Dvcp_vol_ctlr.c35 bt_shell_error("VCP discover failed (%d)", err); in vcs_discover_cb()
41 bt_shell_error("Could not get VCP context"); in vcs_discover_cb()
49 bt_shell_error("VCP vol_down failed (%d)", err); in vcs_vol_down_cb()
58 bt_shell_error("VCP vol_up failed (%d)", err); in vcs_vol_up_cb()
67 bt_shell_error("VCP mute failed (%d)", err); in vcs_mute_cb()
76 bt_shell_error("VCP unmute failed (%d)", err); in vcs_unmute_cb()
85 bt_shell_error("VCP vol_down_unmute failed (%d)", err); in vcs_vol_down_unmute_cb()
94 bt_shell_error("VCP vol_up_unmute failed (%d)", err); in vcs_vol_up_unmute_cb()
103 bt_shell_error("VCP vol_set failed (%d)", err); in vcs_vol_set_cb()
113 bt_shell_error("VCP state get failed (%d)", err); in vcs_state_cb()
[all …]
A Dmicp_mic_ctlr.c36 bt_shell_error("Discovery failed (%d)", err); in micp_mic_ctlr_discover_cb()
43 bt_shell_error("Could not get included services"); in micp_mic_ctlr_discover_cb()
53 bt_shell_error("Mute write failed (%d)", err); in micp_mic_ctlr_mute_written_cb()
63 bt_shell_error("Unmute write failed (%d)", err); in micp_mic_ctlr_unmute_written_cb()
73 bt_shell_error("Mute get failed (%d)", err); in micp_mic_ctlr_mute_cb()
85 bt_shell_error("Set gain failed (%d) for inst %p", err, inst); in micp_mic_ctlr_aics_set_gain_cb()
94 bt_shell_error("Unmute failed (%d) for inst %p", err, inst); in micp_mic_ctlr_aics_unmute_cb()
103 bt_shell_error("Mute failed (%d) for inst %p", err, inst); in micp_mic_ctlr_aics_mute_cb()
112 bt_shell_error("Set manual mode failed (%d) for inst %p", err, inst); in micp_mic_ctlr_aics_set_manual_mode_cb()
131 bt_shell_error("AICS state get failed (%d) for inst %p", in micp_mic_ctlr_aics_state_cb()
[all …]
A Dmcc.c57 bt_shell_error("Discovery failed (%d)", err); in mcc_discover_mcs_cb()
67 bt_shell_error("Player Name read failed (%d)", err); in mcc_read_player_name_cb()
80 bt_shell_error("Icon Object ID read failed (%d)", err); in mcc_read_icon_obj_id_cb()
95 bt_shell_error("Icon URL read failed (%d)", err); in mcc_read_icon_url_cb()
107 bt_shell_error("Track title read failed (%d)", err); in mcc_read_track_title_cb()
129 bt_shell_error("Track duration read failed (%d)", err); in mcc_read_track_duration_cb()
153 bt_shell_error("Track Position set failed (%d)", err); in mcc_set_track_position_cb()
178 bt_shell_error("Playback speed set failed (%d)", err); in mcc_set_playback_speed_cb()
376 bt_shell_error("Media State read failed (%d)", err); in mcc_read_media_state_cb()
428 bt_shell_error("Search send failed (%d)", err); in mcc_send_search_cb()
[all …]
A Dbap_broadcast_assistant.c69 bt_shell_error("BASE get size failed (%d)", base_size); in pa_decode_base()
97 bt_shell_error("BASS discover failed (%d)", err); in bap_broadcast_assistant_discover_cb()
136 bt_shell_error("BASS recv state read failed (%d)", err); in bap_broadcast_assistant_recv_state_cb()
203 bt_shell_error("Could not get local OOB %d", err); in bap_broadcast_assistant_recv_state_cb()
224 bt_shell_error("Could not send PA to Scan Delegator"); in bap_broadcast_assistant_recv_state_cb()
237 bt_shell_error("BASS scan start failed (%d)", err); in bap_broadcast_assistant_scan_start_cb()
246 bt_shell_error("BASS scan stop failed (%d)", err); in bap_broadcast_assistant_scan_stop_cb()
255 bt_shell_error("BASS add source failed (%d)", err); in bap_broadcast_assistant_add_src_cb()
264 bt_shell_error("BASS modify source failed (%d)", err); in bap_broadcast_assistant_mod_src_cb()
283 bt_shell_error("BASS remove source failed (%d)", err); in bap_broadcast_assistant_rem_src_cb()
[all …]
A Dcap_commander.c39 bt_shell_error("discover failed (%d)", err); in cap_discover_cb()
50 bt_shell_error("Volume change failed (%d)", err); in cap_volume_changed_cb()
60 bt_shell_error("Volume mute change failed (%d)", err); in cap_volume_mute_changed_cb()
70 bt_shell_error("Volume offset change failed (%d)", err); in cap_volume_offset_changed_cb()
83 bt_shell_error("Microphone mute change failed (%d)", err); in cap_microphone_mute_changed_cb()
94 bt_shell_error("Microphone gain change failed (%d)", err); in cap_microphone_gain_changed_cb()
107 bt_shell_error("Broadcast reception start failed (%d)", err); in cap_broadcast_reception_start_cb()
117 bt_shell_error("Broadcast reception stop failed (%d) for conn %p", err, in cap_broadcast_reception_stop_cb()
128 bt_shell_error("Distribute broadcast code failed (%d) for conn %p", err, in cap_distribute_broadcast_code_cb()
133 bt_shell_error("Distribute broadcast code completed"); in cap_distribute_broadcast_code_cb()
A Dcsip_set_coordinator.c63 bt_shell_error("Failed to connect to %s (%u)", addr, err); in connected_cb()
97 bt_shell_error("discover failed (%d)", err); in csip_discover_cb()
123 bt_shell_error("Lock sets failed (%d)", err); in csip_set_coordinator_lock_set_cb()
133 bt_shell_error("Lock sets failed (%d)", err); in csip_set_coordinator_release_set_cb()
243 bt_shell_error("Failed to stop scan: %d", err); in csip_found()
258 bt_shell_error("Could not find all members (%u / %u)", in discover_members_timer_handler()
265 bt_shell_error("Failed to stop scan: %d", err); in discover_members_timer_handler()
A Dvcp_vol_rend.c35 bt_shell_error("VCP state get failed (%d)", err); in vcp_vol_rend_state_cb()
44 bt_shell_error("VCP flags get failed (%d)", err); in vcp_vol_rend_flags_cb()
54 bt_shell_error("AICS state get failed (%d) for inst %p", in aics_state_cb()
66 bt_shell_error("AICS gain settings get failed (%d) for inst %p", in aics_gain_setting_cb()
78 bt_shell_error("AICS input type get failed (%d) for inst %p", in aics_input_type_cb()
89 bt_shell_error("AICS status get failed (%d) for inst %p", in aics_status_cb()
101 bt_shell_error("AICS description get failed (%d) for inst %p", in aics_description_cb()
112 bt_shell_error("VOCS state get failed (%d) for inst %p", err, inst); in vocs_state_cb()
121 bt_shell_error("VOCS location get failed (%d) for inst %p", err, inst); in vocs_location_cb()
131 bt_shell_error("VOCS description get failed (%d) for inst %p", err, inst); in vocs_description_cb()
A Dbap.c300 bt_shell_error("NULL stream to init LC3"); in init_lc3_encoder()
310 bt_shell_error("Already initialized"); in init_lc3_encoder()
467 bt_shell_error("invalid stream, aborting"); in lc3_audio_send_data()
472 bt_shell_error( in lc3_audio_send_data()
935 bt_shell_error("Could not add more sink endpoints"); in add_sink()
2471 bt_shell_error("Could not stop scan: %d", err); in broadcast_scan_recv()
2621 bt_shell_error("Already initialized"); in init_lc3_decoder()
2852 bt_shell_error( in audio_recv()
2924 bt_shell_error("Failed to get EP info: %d", ret); in stream_started_cb()
2953 bt_shell_error("Invalid frequency: %d", ret); in stream_started_cb()
[all …]
A Dhas_client.c33 bt_shell_error("HAS discovery (err %d)", err); in has_client_discover_cb()
46 bt_shell_error("HAS %p preset switch error (err %d)", has, err); in has_client_preset_switch_cb()
56 bt_shell_error("Preset Read operation failed (err %d)", err); in has_client_preset_read_rsp_cb()
A Dmicp_mic_dev.c44 bt_shell_error("AICS state get failed (%d) for inst %p", in micp_mic_dev_aics_state_cb()
56 bt_shell_error("AICS gain settings get failed (%d) for inst %p", in micp_mic_dev_aics_gain_setting_cb()
67 bt_shell_error("AICS input type get failed (%d) for inst %p", in micp_mic_dev_aics_input_type_cb()
78 bt_shell_error("AICS status get failed (%d) for inst %p", in micp_mic_dev_aics_status_cb()
89 bt_shell_error("AICS description get failed (%d) for inst %p", in micp_mic_dev_aics_description_cb()
A Dcap_initiator.c54 bt_shell_error("discover failed (%d)", err); in cap_discover_cb()
67 bt_shell_error("Unicast start failed for conn %p (%d)", conn, err); in cap_unicast_start_complete_cb()
78 bt_shell_error("Unicast update failed for conn %p (%d)", conn, err); in unicast_update_complete_cb()
89 bt_shell_error("Unicast stop failed for conn %p (%d)", conn, err); in unicast_stop_complete_cb()
96 bt_shell_error("Failed to delete unicast group %p: %d", in unicast_stop_complete_cb()
582 bt_shell_error("No sink[%zu][%zu] endpoint available", i, j); in cap_ac_unicast_start()
594 bt_shell_error("No source[%zu][%zu] endpoint available", i, j); in cap_ac_unicast_start()
604 bt_shell_error("Sink endpoint and stream count mismatch: %zu != %zu", in cap_ac_unicast_start()
611 bt_shell_error("Source endpoint and stream count mismatch: %zu != %zu", in cap_ac_unicast_start()
1445 bt_shell_error("Unable to generate broadcast ID: %d\n", err); in nonconnectable_ad_data_add()
[all …]
A Dccp_call_control_client.c33 bt_shell_error("Failed to discover TBS: %d", err); in ccp_call_control_client_discover_cb()
A Dpbp.c70 bt_shell_error("Failed to create Public Broadcast Announcement: %d", err); in pbp_ad_data_add()
A Dbap_scan_delegator.c268 bt_shell_error("Could not delete per adv sync: %d", err); in pa_sync_term()
295 bt_shell_error("Could not get state"); in pa_sync_req_cb()
329 bt_shell_error("Could not get state"); in pa_sync_term_req_cb()
348 bt_shell_error("Could not get state"); in broadcast_code_cb()
413 bt_shell_error("Could not get sync state from PA sync %p", sync); in pa_term_cb()
A Dtmap.c52 bt_shell_error("tmap discovery (err %d)", err); in tmap_discover_cb()
A Dcap_acceptor.c57 bt_shell_error("Server %s the device", in locked_cb()
371 bt_shell_error("Failed to generate RSI (err %d)", err); in cap_acceptor_ad_data_add()
A Dcsip_set_member.c43 bt_shell_error("Server %s the device", in locked_cb()
402 bt_shell_error("Failed to generate RSI (err %d)", err); in csis_ad_data_add()
/subsys/bluetooth/host/classic/shell/
A Dbredr.c282 bt_shell_error("It is unknown mode"); in l2cap_connected()
367 bt_shell_error("No channels available"); in l2cap_accept()
496 bt_shell_error("No channels available"); in cmd_l2cap_connect()
861 bt_shell_error("Error getting Server CN, err %d", err); in sdp_hfp_ag_user()
880 bt_shell_error("Error getting HFPAG Features, err %d", err); in sdp_hfp_ag_user()
913 bt_shell_error("Error getting Server CN, err %d", err); in sdp_hfp_hf_user()
964 bt_shell_error("A2SRC PSM Number not found, err %d", err); in sdp_a2src_user()
977 bt_shell_error("A2SRC version not found, err %d", err); in sdp_a2src_user()
988 bt_shell_error("A2SRC Features not found, err %d", err); in sdp_a2src_user()
1014 bt_shell_error("PNP vendor id not found, err %d", err); in sdp_pnp_user()
[all …]
A Drfcomm.c135 bt_shell_error("No channels available"); in rfcomm_accept()
/subsys/bluetooth/common/
A Dbt_shell_private.h87 #define bt_shell_error(_ft, ...) \ macro
/subsys/bluetooth/host/shell/
A Diso.c106 bt_shell_error("Failed to get ISO info: %d", err); in iso_connected()
124 bt_shell_error("Failed to setup ISO RX data path: %d", err); in iso_connected()
131 bt_shell_error("Failed to setup ISO TX data path: %d", err); in iso_connected()
145 bt_shell_error("Failed to get ISO info: %d", err); in iso_disconnected()
150 bt_shell_error("Failed to remove ISO RX data path: %d", err); in iso_disconnected()
157 bt_shell_error("Failed to remove ISO TX data path: %d", err); in iso_disconnected()
A Dbt.c247 bt_shell_error("Failed to stop scan (err %d)", err); in active_scan_timeout()
472 bt_shell_error("Error during decryption (err %d)", ead_err); in data_verbose_cb()
766 bt_shell_error("Failed to connect to %s 0x%02x %s", addr, err, in connected()
775 bt_shell_error("Failed to connection information: %d", info_err); in connected()
809 bt_shell_error("Unable to get info: conn %p", conn); in disconnected_set_new_default_conn_cb()
1393 bt_shell_error("Bluetooth init failed (err %d)", err); in bt_ready()
2053 bt_shell_error("Failed to add CSIS data (err %zd)", csis_ad_len); in ad_init()
4119 bt_shell_error("Unable to get info: conn %p", conn); in connection_info()
4982 bt_shell_error("Failed to encrypt AD."); in ead_encrypt_ad()
5010 bt_shell_error("Failed to update AD due to malformed AD."); in ead_update_ad()
[all …]
/subsys/bluetooth/services/ias/shell/
A Dias_client.c24 bt_shell_error("Failed to discover IAS err: %d\n", err); in ias_discover_cb()
/subsys/bluetooth/mesh/shell/
A Dlarge_comp_data.c18 bt_shell_error("Failed to send %s Get message (err %d)", msg, err); in status_print()

Completed in 120 milliseconds

12