Lines Matching refs:shell_error
49 shell_error(sh, "Conn handle error, at least one connection is required."); in cmd_read_remote_supported_capabilities()
55 shell_error(sh, "bt_le_cs_read_remote_supported_capabilities returned error %d", in cmd_read_remote_supported_capabilities()
71 shell_error(sh, "Conn handle error, at least one connection is required."); in cmd_set_default_settings()
78 shell_error(sh, "Could not parse input 1, Enable initiator role"); in cmd_set_default_settings()
85 shell_error(sh, "Could not parse input 2, Enable reflector role"); in cmd_set_default_settings()
92 shell_error(sh, "Could not parse input 3, CS_SYNC antenna selection"); in cmd_set_default_settings()
99 shell_error(sh, "CS_SYNC antenna selection input invalid"); in cmd_set_default_settings()
106 shell_error(sh, "Could not parse input 4, Max TX power"); in cmd_set_default_settings()
115 shell_error(sh, "bt_le_cs_set_default_settings returned error %d", err); in cmd_set_default_settings()
127 shell_error(sh, "Conn handle error, at least one connection is required."); in cmd_read_remote_fae_table()
133 shell_error(sh, "bt_le_cs_read_remote_fae_table returned error %d", err); in cmd_read_remote_fae_table()
200 shell_error(sh, "Could not parse input 1, Role selection"); in cmd_cs_test_simple()
207 shell_error(sh, "Role selection input invalid"); in cmd_cs_test_simple()
245 shell_error(sh, "bt_le_cs_test_cb_register returned error %d", err); in cmd_cs_test_simple()
251 shell_error(sh, "bt_le_cs_start_test returned error %d", err); in cmd_cs_test_simple()
263 shell_error(sh, "Conn handle error, at least one connection is required."); in cmd_remove_config()
271 shell_error(sh, "bt_le_cs_remove_config returned error %d", err); in cmd_remove_config()
285 shell_error(sh, "Conn handle error, at least one connection is required."); in cmd_create_config()
295 shell_error(sh, "Invalid context: %s", argv[2]); in cmd_create_config()
305 shell_error(sh, "Invalid role: %s", argv[3]); in cmd_create_config()
413 shell_error(sh, "Invalid channel map"); in cmd_create_config()
426 shell_error(sh, "bt_le_cs_create_config returned error %d", err); in cmd_create_config()
439 shell_error(sh, "bt_cs_stop_test returned error %d", err); in cmd_cs_stop_test()
455 shell_error(sh, "bt_le_cs_read_local_supported_capabilities returned error %d", in cmd_read_local_supported_capabilities()
529 shell_error(sh, "Conn handle error, at least one connection is required."); in cmd_write_cached_remote_supported_capabilities()
564 shell_error(sh, "bt_le_cs_set_channel_classification returned error %d", err); in cmd_write_cached_remote_supported_capabilities()
576 shell_error(sh, "Conn handle error, at least one connection is required."); in cmd_security_enable()
583 shell_error(sh, "bt_le_cs_security_enable returned error %d", err); in cmd_security_enable()
595 shell_error(sh, "Conn handle error, at least one connection is required."); in cmd_set_channel_classification()
606 shell_error(sh, "Could not parse input %d, Channel Classification[%d]", i, in cmd_set_channel_classification()
616 shell_error(sh, "bt_le_cs_set_channel_classification returned error %d", err); in cmd_set_channel_classification()
628 shell_error(sh, "Conn handle error, at least one connection is required."); in cmd_set_procedure_parameters()
651 shell_error(sh, "bt_le_cs_set_procedure_parameters returned error %d", err); in cmd_set_procedure_parameters()
663 shell_error(sh, "Conn handle error, at least one connection is required."); in cmd_procedure_enable()
673 shell_error(sh, "Could not parse input 1, Config ID"); in cmd_procedure_enable()
681 shell_error(sh, "Could not parse input 2, Enable"); in cmd_procedure_enable()
688 shell_error(sh, "bt_le_cs_procedure_enable returned error %d", err); in cmd_procedure_enable()
739 shell_error(sh, "%s unknown parameter: %s", argv[0], argv[1]); in cmd_cs()