Lines Matching refs:shell_error
155 shell_error(sh, "Could not parse interval: %d", err); in parse_interval()
163 shell_error(sh, "Invalid interval %lu", interval); in parse_interval()
179 shell_error(sh, "Could not parse latency: %d", err); in parse_latency()
187 shell_error(sh, "Invalid latency %lu", latency); in parse_latency()
202 shell_error(sh, "Already created"); in cmd_cig_create()
262 shell_error(sh, "Could not parse packing: %d", err); in cmd_cig_create()
268 shell_error(sh, "Invalid packing %lu", packing); in cmd_cig_create()
283 shell_error(sh, "Could not parse framing: %d", err); in cmd_cig_create()
289 shell_error(sh, "Invalid framing %lu", framing); in cmd_cig_create()
332 shell_error(sh, "Could not parse sdu: %d", err); in cmd_cig_create()
338 shell_error(sh, "Invalid sdu %lu", sdu); in cmd_cig_create()
357 shell_error(sh, "Could not parse phy: %d", err); in cmd_cig_create()
365 shell_error(sh, "Invalid phy %lu", phy); in cmd_cig_create()
384 shell_error(sh, "Could not parse rtn: %d", err); in cmd_cig_create()
390 shell_error(sh, "Invalid rtn %lu", rtn); in cmd_cig_create()
410 shell_error(sh, "Unable to create CIG (err %d)", err); in cmd_cig_create()
424 shell_error(sh, "CIG not created"); in cmd_cig_term()
430 shell_error(sh, "Unable to terminate CIG (err %d)", err); in cmd_cig_term()
449 shell_error(sh, "ISO channel not initialized in a CIG"); in cmd_connect()
461 shell_error(sh, "Unable to connect (err %d)", err); in cmd_connect()
521 shell_error(sh, "Invalid argument - use tx, rx or txrx"); in cmd_listen()
533 shell_error(sh, "Unable to register ISO cap (err %d)", err); in cmd_listen()
557 shell_error(sh, "Could not parse count: %d", ret); in cmd_send()
563 shell_error(sh, "Cannot send 0 times"); in cmd_send()
570 shell_error(sh, "Not bound"); in cmd_send()
575 shell_error(sh, "Transmission QoS disabled"); in cmd_send()
586 shell_error(sh, "Failed to get buffer..."); in cmd_send()
614 shell_error(sh, "Unable to disconnect (err %d)", err); in cmd_disconnect()
629 shell_error(sh, "Not bound"); in cmd_tx_sync_read_cis()
635 shell_error(sh, "Unable to read sync info (err %d)", err); in cmd_tx_sync_read_cis()
679 shell_error(sh, "Could not parse count: %d", ret); in cmd_broadcast()
685 shell_error(sh, "Cannot send 0 times"); in cmd_broadcast()
692 shell_error(sh, "BIG not created"); in cmd_broadcast()
697 shell_error(sh, "BIG not setup as broadcaster"); in cmd_broadcast()
708 shell_error(sh, "Failed to get buffer..."); in cmd_broadcast()
736 shell_error(sh, "No (periodic) advertising set selected"); in cmd_big_create()
759 shell_error(sh, "Invalid Broadcast Code Length"); in cmd_big_create()
773 shell_error(sh, "Unable to create BIG (err %d)", err); in cmd_big_create()
788 shell_error(sh, "BIG not created"); in cmd_tx_sync_read_bis()
794 shell_error(sh, "Unable to read sync info (err %d)", err); in cmd_tx_sync_read_bis()
815 shell_error(sh, "No PA sync selected"); in cmd_big_sync()
822 shell_error(sh, "Could not parse bis_bitfield: %d", err); in cmd_big_sync()
828 shell_error(sh, "Invalid bis_bitfield: %lu", bis_bitfield); in cmd_big_sync()
855 shell_error(sh, "Could not parse mse: %d", err); in cmd_big_sync()
862 shell_error(sh, "Invalid mse %lu", mse); in cmd_big_sync()
879 shell_error(sh, "Could not parse sync_timeout: %d", err); in cmd_big_sync()
887 shell_error(sh, "Invalid sync_timeout %lu", sync_timeout); in cmd_big_sync()
907 shell_error(sh, "Invalid Broadcast Code"); in cmd_big_sync()
921 shell_error(sh, "Unable to sync to BIG (err %d)", err); in cmd_big_sync()
937 shell_error(sh, "Unable to terminate BIG (err %d)", err); in cmd_big_term()
1000 shell_error(sh, "%s unknown parameter: %s", argv[0], argv[1]); in cmd_iso()