Lines Matching refs:shell_error

32 		shell_error(ctx_shell, "HAS discovery (err %d)", err);  in has_client_discover_cb()
45 shell_error(ctx_shell, "HAS %p preset switch error (err %d)", has, err); in has_client_preset_switch_cb()
55 shell_error(ctx_shell, "Preset Read operation failed (err %d)", err); in has_client_preset_read_rsp_cb()
83 shell_error(sh, "bt_has_client_cb_register (err %d)", err); in cmd_has_client_init()
94 shell_error(sh, "Not connected"); in cmd_has_client_discover()
104 shell_error(sh, "bt_has_client_discover (err %d)", err); in cmd_has_client_discover()
117 shell_error(sh, "Invalid command parameter (err %d)", err); in cmd_has_client_read_presets()
122 shell_error(sh, "Not connected"); in cmd_has_client_read_presets()
127 shell_error(sh, "No instance discovered"); in cmd_has_client_read_presets()
133 shell_error(sh, "bt_has_client_discover (err %d)", err); in cmd_has_client_read_presets()
147 shell_error(sh, "Invalid command parameter (err %d)", err); in cmd_has_client_preset_set()
157 shell_error(sh, "Invalid argument"); in cmd_has_client_preset_set()
163 shell_error(sh, "Not connected"); in cmd_has_client_preset_set()
168 shell_error(sh, "No instance discovered"); in cmd_has_client_preset_set()
174 shell_error(sh, "bt_has_client_preset_switch (err %d)", err); in cmd_has_client_preset_set()
192 shell_error(sh, "Invalid argument"); in cmd_has_client_preset_next()
198 shell_error(sh, "Not connected"); in cmd_has_client_preset_next()
203 shell_error(sh, "No instance discovered"); in cmd_has_client_preset_next()
209 shell_error(sh, "bt_has_client_preset_next (err %d)", err); in cmd_has_client_preset_next()
227 shell_error(sh, "Invalid argument"); in cmd_has_client_preset_prev()
233 shell_error(sh, "Not connected"); in cmd_has_client_preset_prev()
238 shell_error(sh, "No instance discovered"); in cmd_has_client_preset_prev()
244 shell_error(sh, "bt_has_client_preset_prev (err %d)", err); in cmd_has_client_preset_prev()
254 shell_error(sh, "%s unknown parameter: %s", argv[0], argv[1]); in cmd_has_client()
256 shell_error(sh, "%s missing subcomand", argv[0]); in cmd_has_client()