Lines Matching refs:shell_error
52 shell_error(sh, "Conn handle error, at least one connection is required."); in cmd_read_remote_supported_capabilities()
58 shell_error(sh, "bt_le_cs_read_remote_supported_capabilities returned error %d", in cmd_read_remote_supported_capabilities()
74 shell_error(sh, "Conn handle error, at least one connection is required."); in cmd_set_default_settings()
81 shell_error(sh, "Could not parse input 1, Enable initiator role"); in cmd_set_default_settings()
88 shell_error(sh, "Could not parse input 2, Enable reflector role"); in cmd_set_default_settings()
95 shell_error(sh, "Could not parse input 3, CS_SYNC antenna selection"); in cmd_set_default_settings()
102 shell_error(sh, "CS_SYNC antenna selection input invalid"); in cmd_set_default_settings()
109 shell_error(sh, "Could not parse input 4, Max TX power"); in cmd_set_default_settings()
118 shell_error(sh, "bt_le_cs_set_default_settings returned error %d", err); in cmd_set_default_settings()
130 shell_error(sh, "Conn handle error, at least one connection is required."); in cmd_read_remote_fae_table()
136 shell_error(sh, "bt_le_cs_read_remote_fae_table returned error %d", err); in cmd_read_remote_fae_table()
203 shell_error(sh, "Could not parse input 1, Role selection"); in cmd_cs_test_simple()
210 shell_error(sh, "Role selection input invalid"); in cmd_cs_test_simple()
248 shell_error(sh, "bt_le_cs_test_cb_register returned error %d", err); in cmd_cs_test_simple()
254 shell_error(sh, "bt_le_cs_start_test returned error %d", err); in cmd_cs_test_simple()
267 shell_error(sh, "Conn handle error, at least one connection is required."); in cmd_remove_config()
275 shell_error(sh, "bt_le_cs_remove_config returned error %d", err); in cmd_remove_config()
289 shell_error(sh, "Conn handle error, at least one connection is required."); in cmd_create_config()
299 shell_error(sh, "Invalid context: %s", argv[2]); in cmd_create_config()
309 shell_error(sh, "Invalid role: %s", argv[3]); in cmd_create_config()
410 shell_error(sh, "Invalid channel map"); in cmd_create_config()
423 shell_error(sh, "bt_le_cs_create_config returned error %d", err); in cmd_create_config()
437 shell_error(sh, "bt_cs_stop_test returned error %d", err); in cmd_cs_stop_test()
454 shell_error(sh, "bt_le_cs_read_local_supported_capabilities returned error %d", in cmd_read_local_supported_capabilities()
528 shell_error(sh, "Conn handle error, at least one connection is required."); in cmd_write_cached_remote_supported_capabilities()
563 shell_error(sh, "bt_le_cs_set_channel_classification returned error %d", err); in cmd_write_cached_remote_supported_capabilities()
575 shell_error(sh, "Conn handle error, at least one connection is required."); in cmd_security_enable()
582 shell_error(sh, "bt_le_cs_security_enable returned error %d", err); in cmd_security_enable()
594 shell_error(sh, "Conn handle error, at least one connection is required."); in cmd_set_channel_classification()
605 shell_error(sh, "Could not parse input %d, Channel Classification[%d]", i, in cmd_set_channel_classification()
615 shell_error(sh, "bt_le_cs_set_channel_classification returned error %d", err); in cmd_set_channel_classification()
627 shell_error(sh, "Conn handle error, at least one connection is required."); in cmd_set_procedure_parameters()
650 shell_error(sh, "bt_le_cs_set_procedure_parameters returned error %d", err); in cmd_set_procedure_parameters()
662 shell_error(sh, "Conn handle error, at least one connection is required."); in cmd_procedure_enable()
672 shell_error(sh, "Could not parse input 1, Config ID"); in cmd_procedure_enable()
680 shell_error(sh, "Could not parse input 2, Enable"); in cmd_procedure_enable()
687 shell_error(sh, "bt_le_cs_procedure_enable returned error %d", err); in cmd_procedure_enable()
740 shell_error(sh, "%s unknown parameter: %s", argv[0], argv[1]); in cmd_cs()