Lines Matching refs:shell_print
41 shell_print(sh, "Remote node reset complete"); in cmd_reset()
70 shell_print(sh, "Message timeout: forever"); in cmd_timeout()
72 shell_print(sh, "Message timeout: %u seconds", timeout_ms / 1000); in cmd_timeout()
104 shell_print(sh, "Got page %d. No parser available.", page); in cmd_get_comp()
117 shell_print(sh, "Got Composition Data for 0x%04x, page: %d:", in cmd_get_comp()
119 shell_print(sh, "\tCID 0x%04x", comp.cid); in cmd_get_comp()
120 shell_print(sh, "\tPID 0x%04x", comp.pid); in cmd_get_comp()
121 shell_print(sh, "\tVID 0x%04x", comp.vid); in cmd_get_comp()
122 shell_print(sh, "\tCRPL 0x%04x", comp.crpl); in cmd_get_comp()
123 shell_print(sh, "\tFeatures 0x%04x", comp.feat); in cmd_get_comp()
128 shell_print(sh, "\tElement @ 0x%04x:", elem.loc); in cmd_get_comp()
131 shell_print(sh, "\t\tSIG Models:"); in cmd_get_comp()
133 shell_print(sh, "\t\tNo SIG Models"); in cmd_get_comp()
139 shell_print(sh, "\t\t\t0x%04x", mod_id); in cmd_get_comp()
143 shell_print(sh, "\t\tVendor Models:"); in cmd_get_comp()
145 shell_print(sh, "\t\tNo Vendor Models"); in cmd_get_comp()
152 shell_print(sh, "\t\t\tCompany 0x%04x: 0x%04x", in cmd_get_comp()
171 shell_print(sh, in cmd_get_comp()
178 shell_print(sh, "\tElement #%d description", mod_idx); in cmd_get_comp()
182 shell_print(sh, "\t\tSIG Model Item #%d:", i+1); in cmd_get_comp()
184 shell_print(sh, in cmd_get_comp()
188 shell_print(sh, in cmd_get_comp()
191 shell_print(sh, in cmd_get_comp()
198 shell_print(sh, in cmd_get_comp()
201 shell_print(sh, in cmd_get_comp()
204 shell_print(sh, in cmd_get_comp()
208 shell_print(sh, in cmd_get_comp()
211 shell_print(sh, in cmd_get_comp()
219 shell_print(sh, "\t\tVendor Model Item #%d:", i+1); in cmd_get_comp()
221 shell_print(sh, in cmd_get_comp()
225 shell_print(sh, in cmd_get_comp()
228 shell_print(sh, in cmd_get_comp()
235 shell_print(sh, in cmd_get_comp()
238 shell_print(sh, in cmd_get_comp()
241 shell_print(sh, in cmd_get_comp()
245 shell_print(sh, in cmd_get_comp()
248 shell_print(sh, in cmd_get_comp()
271 shell_print(sh, "Got Composition Data for 0x%04x, page: %d:", in cmd_get_comp()
276 shell_print(sh, "\tMesh Profile id: %04x ", p2_elem.id); in cmd_get_comp()
277 shell_print(sh, "\t\tVersion: %d.%d.%d ", p2_elem.version.x, in cmd_get_comp()
279 shell_print(sh, "\t\tElement offsets:"); in cmd_get_comp()
282 shell_print(sh, "\t\t\t%d ", in cmd_get_comp()
287 shell_print(sh, "\t\t%d bytes of additional data is available", in cmd_get_comp()
294 shell_print(sh, "\t\t...truncated data!"); in cmd_get_comp()
325 shell_print(sh, "Beacon state is 0x%02x", status); in cmd_beacon()
355 shell_print(sh, "Default TTL is 0x%02x", ttl); in cmd_ttl()
385 shell_print(sh, "Friend is set to 0x%02x", frnd); in cmd_friend()
411 shell_print(sh, "Unable to send GATT Proxy Get/Set (err %d)", err); in cmd_gatt_proxy()
415 shell_print(sh, "GATT Proxy is set to 0x%02x", proxy); in cmd_gatt_proxy()
439 shell_print(sh, "PollTimeout value %d", poll_timeout); in cmd_polltimeout_get()
480 shell_print(sh, "Transmit 0x%02x (count %u interval %ums)", transmit, in cmd_net_transmit()
531 shell_print(sh, "Relay is 0x%02x, Transmit 0x%02x (count %u interval %ums)", relay, in cmd_relay()
594 shell_print(sh, "Unable to send NetKey Add (err %d)", err); in cmd_net_key_add()
599 shell_print(sh, "NetKeyAdd failed with status 0x%02x", status); in cmd_net_key_add()
601 shell_print(sh, "NetKey added with NetKey Index 0x%03x", key_net_idx); in cmd_net_key_add()
634 shell_print(sh, "Unable to send NetKey Update (err %d)", err); in cmd_net_key_update()
639 shell_print(sh, "NetKeyUpdate failed with status 0x%02x", status); in cmd_net_key_update()
641 shell_print(sh, "NetKey updated with NetKey Index 0x%03x", key_net_idx); in cmd_net_key_update()
658 shell_print(sh, "Unable to send NetKeyGet (err %d)", err); in cmd_net_key_get()
662 shell_print(sh, "NetKeys known by 0x%04x:", bt_mesh_shell_target_ctx.dst); in cmd_net_key_get()
664 shell_print(sh, "\t0x%03x", keys[i]); in cmd_net_key_get()
685 shell_print(sh, "Unable to send NetKeyDel (err %d)", err); in cmd_net_key_del()
690 shell_print(sh, "NetKeyDel failed with status 0x%02x", status); in cmd_net_key_del()
692 shell_print(sh, "NetKey 0x%03x deleted", key_net_idx); in cmd_net_key_del()
762 shell_print(sh, "AppKeyAdd failed with status 0x%02x", status); in cmd_app_key_add()
764 shell_print(sh, "AppKey added, NetKeyIndex 0x%04x AppKeyIndex 0x%04x", key_net_idx, in cmd_app_key_add()
804 shell_print(sh, "AppKey update failed with status 0x%02x", status); in cmd_app_key_upd()
806 shell_print(sh, "AppKey updated, NetKeyIndex 0x%04x AppKeyIndex 0x%04x", in cmd_app_key_upd()
832 shell_print(sh, "Unable to send AppKeyGet (err %d)", err); in cmd_app_key_get()
837 shell_print(sh, "AppKeyGet failed with status 0x%02x", status); in cmd_app_key_get()
841 shell_print(sh, "AppKeys for NetKey 0x%03x known by 0x%04x:", net_idx, in cmd_app_key_get()
844 shell_print(sh, "\t0x%03x", keys[i]); in cmd_app_key_get()
867 shell_print(sh, "Unable to send Node Identify Get (err %d)", err); in cmd_node_id()
882 shell_print(sh, "Unable to send Node Identify Set (err %d)", err); in cmd_node_id()
888 shell_print(sh, "Node Identify Get/Set failed with status 0x%02x", status); in cmd_node_id()
890 shell_print(sh, "Node Identify Get/Set successful with identify 0x%02x", identify); in cmd_node_id()
918 shell_print(sh, "AppKeyDel failed with status 0x%02x", status); in cmd_app_key_del()
920 shell_print(sh, "AppKey deleted, NetKeyIndex 0x%04x AppKeyIndex 0x%04x", in cmd_app_key_del()
963 shell_print(sh, "Model App Bind failed with status 0x%02x", status); in cmd_mod_app_bind()
965 shell_print(sh, "AppKey successfully bound"); in cmd_mod_app_bind()
1007 shell_print(sh, "Model App Unbind failed with status 0x%02x", status); in cmd_mod_app_unbind()
1009 shell_print(sh, "AppKey successfully unbound"); in cmd_mod_app_unbind()
1054 shell_print(sh, "Model App Get failed with status 0x%02x", status); in cmd_mod_app_get()
1056 shell_print(sh, "Apps bound to Element 0x%04x, Model 0x%04x %s:", elem_addr, mod_id, in cmd_mod_app_get()
1060 shell_print(sh, "\tNone."); in cmd_mod_app_get()
1064 shell_print(sh, "\t0x%04x", apps[i]); in cmd_mod_app_get()
1107 shell_print(sh, "Model Subscription Add failed with status 0x%02x", status); in cmd_mod_sub_add()
1109 shell_print(sh, "Model subscription was successful"); in cmd_mod_sub_add()
1151 shell_print(sh, "Model Subscription Delete failed with status 0x%02x", status); in cmd_mod_sub_del()
1153 shell_print(sh, "Model subscription deletion was successful"); in cmd_mod_sub_del()
1200 shell_print(sh, "Mod Sub VA Add failed with status 0x%02x", status); in cmd_mod_sub_add_va()
1202 shell_print(sh, "0x%04x subscribed to Label UUID %s (va 0x%04x)", elem_addr, in cmd_mod_sub_add_va()
1250 shell_print(sh, "Model Subscription Delete failed with status 0x%02x", status); in cmd_mod_sub_del_va()
1252 shell_print(sh, "0x%04x unsubscribed from Label UUID %s (va 0x%04x)", elem_addr, in cmd_mod_sub_del_va()
1295 shell_print(sh, "Model Subscription Overwrite failed with status 0x%02x", status); in cmd_mod_sub_ow()
1297 shell_print(sh, "Model subscription overwrite was successful"); in cmd_mod_sub_ow()
1344 shell_print(sh, "Mod Sub VA Overwrite failed with status 0x%02x", status); in cmd_mod_sub_ow_va()
1346 shell_print(sh, "0x%04x overwrite to Label UUID %s (va 0x%04x)", elem_addr, argv[2], in cmd_mod_sub_ow_va()
1388 shell_print(sh, "Model Subscription Delete All failed with status 0x%02x", status); in cmd_mod_sub_del_all()
1390 shell_print(sh, "Model subscription deletion all was successful"); in cmd_mod_sub_del_all()
1435 shell_print(sh, "Model Subscription Get failed with status 0x%02x", status); in cmd_mod_sub_get()
1437 shell_print(sh, in cmd_mod_sub_get()
1442 shell_print(sh, "\tNone."); in cmd_mod_sub_get()
1446 shell_print(sh, "\t0x%04x", subs[i]); in cmd_mod_sub_get()
1487 shell_print(sh, "Key refresh phase Get/Set with status 0x%02x and phase 0x%02x", status, in cmd_krp()
1515 shell_print(sh, "Model Publication Get failed (status 0x%02x)", status); in mod_pub_get()
1519 shell_print(sh, in mod_pub_get()
1560 shell_print(sh, "Invalid period"); in mod_pub_set()
1567 shell_print(sh, "Invalid retransmit count"); in mod_pub_set()
1578 shell_print(sh, "Invalid retransmit interval %u", interval); in mod_pub_set()
1600 shell_print(sh, "Model Publication Set failed (status 0x%02x)", status); in mod_pub_set()
1602 shell_print(sh, "Model Publication successfully set"); in mod_pub_set()
1668 shell_print(sh, in hb_sub_print()
1693 shell_print(sh, "Heartbeat Subscription Get failed (status 0x%02x)", status); in hb_sub_get()
1723 shell_print(sh, "Heartbeat Subscription Set failed (status 0x%02x)", status); in hb_sub_set()
1759 shell_print(sh, "Heartbeat Publication Get failed (status 0x%02x)", status); in hb_pub_get()
1763 shell_print(sh, "Heartbeat publication:"); in hb_pub_get()
1764 shell_print(sh, "\tdst 0x%04x count 0x%02x period 0x%02x", pub.dst, pub.count, pub.period); in hb_pub_get()
1765 shell_print(sh, "\tttl 0x%02x feat 0x%04x net_idx 0x%04x", pub.ttl, pub.feat, pub.net_idx); in hb_pub_get()
1795 shell_print(sh, "Heartbeat Publication Set failed (status 0x%02x)", status); in hb_pub_set()
1797 shell_print(sh, "Heartbeat publication successfully set"); in hb_pub_set()