Lines Matching refs:shell_error
154 shell_error(sh, "Could not parse interval: %d", err); in parse_interval()
162 shell_error(sh, "Invalid interval %lu", interval); in parse_interval()
178 shell_error(sh, "Could not parse latency: %d", err); in parse_latency()
186 shell_error(sh, "Invalid latency %lu", latency); in parse_latency()
201 shell_error(sh, "Already created"); in cmd_cig_create()
261 shell_error(sh, "Could not parse packing: %d", err); in cmd_cig_create()
267 shell_error(sh, "Invalid packing %lu", packing); in cmd_cig_create()
282 shell_error(sh, "Could not parse framing: %d", err); in cmd_cig_create()
288 shell_error(sh, "Invalid framing %lu", framing); in cmd_cig_create()
331 shell_error(sh, "Could not parse sdu: %d", err); in cmd_cig_create()
337 shell_error(sh, "Invalid sdu %lu", sdu); in cmd_cig_create()
356 shell_error(sh, "Could not parse phy: %d", err); in cmd_cig_create()
364 shell_error(sh, "Invalid phy %lu", phy); in cmd_cig_create()
383 shell_error(sh, "Could not parse rtn: %d", err); in cmd_cig_create()
389 shell_error(sh, "Invalid rtn %lu", rtn); in cmd_cig_create()
409 shell_error(sh, "Unable to create CIG (err %d)", err); in cmd_cig_create()
423 shell_error(sh, "CIG not created"); in cmd_cig_term()
429 shell_error(sh, "Unable to terminate CIG (err %d)", err); in cmd_cig_term()
448 shell_error(sh, "ISO channel not initialized in a CIG"); in cmd_connect()
460 shell_error(sh, "Unable to connect (err %d)", err); in cmd_connect()
520 shell_error(sh, "Invalid argument - use tx, rx or txrx"); in cmd_listen()
532 shell_error(sh, "Unable to register ISO cap (err %d)", err); in cmd_listen()
556 shell_error(sh, "Could not parse count: %d", ret); in cmd_send()
563 shell_error(sh, "Not bound"); in cmd_send()
568 shell_error(sh, "Transmission QoS disabled"); in cmd_send()
579 shell_error(sh, "Failed to get buffer..."); in cmd_send()
607 shell_error(sh, "Unable to disconnect (err %d)", err); in cmd_disconnect()
622 shell_error(sh, "Not bound"); in cmd_tx_sync_read_cis()
628 shell_error(sh, "Unable to read sync info (err %d)", err); in cmd_tx_sync_read_cis()
672 shell_error(sh, "Could not parse count: %d", ret); in cmd_broadcast()
679 shell_error(sh, "BIG not created"); in cmd_broadcast()
684 shell_error(sh, "BIG not setup as broadcaster"); in cmd_broadcast()
695 shell_error(sh, "Failed to get buffer..."); in cmd_broadcast()
723 shell_error(sh, "No (periodic) advertising set selected"); in cmd_big_create()
746 shell_error(sh, "Invalid Broadcast Code Length"); in cmd_big_create()
760 shell_error(sh, "Unable to create BIG (err %d)", err); in cmd_big_create()
775 shell_error(sh, "BIG not created"); in cmd_tx_sync_read_bis()
781 shell_error(sh, "Unable to read sync info (err %d)", err); in cmd_tx_sync_read_bis()
802 shell_error(sh, "No PA sync selected"); in cmd_big_sync()
809 shell_error(sh, "Could not parse bis_bitfield: %d", err); in cmd_big_sync()
815 shell_error(sh, "Invalid bis_bitfield: %lu", bis_bitfield); in cmd_big_sync()
842 shell_error(sh, "Could not parse mse: %d", err); in cmd_big_sync()
849 shell_error(sh, "Invalid mse %lu", mse); in cmd_big_sync()
866 shell_error(sh, "Could not parse sync_timeout: %d", err); in cmd_big_sync()
874 shell_error(sh, "Invalid sync_timeout %lu", sync_timeout); in cmd_big_sync()
894 shell_error(sh, "Invalid Broadcast Code"); in cmd_big_sync()
908 shell_error(sh, "Unable to sync to BIG (err %d)", err); in cmd_big_sync()
924 shell_error(sh, "Unable to terminate BIG (err %d)", err); in cmd_big_term()
987 shell_error(sh, "%s unknown parameter: %s", argv[0], argv[1]); in cmd_iso()