Lines Matching +full:3 +full:x
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()
139 shell_print(sh, "\t\t\t0x%04x", mod_id); in cmd_get_comp()
152 shell_print(sh, "\t\t\tCompany 0x%04x: 0x%04x", in cmd_get_comp()
172 "Got Composition Data for 0x%04x, page: %d:", 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()
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()
415 shell_print(sh, "GATT Proxy is set to 0x%02x", proxy); in cmd_gatt_proxy()
453 if (argc != 3) { in cmd_net_transmit()
480 shell_print(sh, "Transmit 0x%02x (count %u interval %ums)", transmit, in cmd_net_transmit()
505 if (argc > 3) { in cmd_relay()
506 interval = shell_strtoul(argv[3], 0, &err); in cmd_relay()
531 shell_print(sh, "Relay is 0x%02x, Transmit 0x%02x (count %u interval %ums)", relay, in cmd_relay()
566 shell_error(sh, "Subnet 0x%03x already has a value", key_net_idx); in cmd_net_key_add()
571 shell_error(sh, "Unable to export subnet key from cdb 0x%03x", in cmd_net_key_add()
583 shell_error(sh, "Unable to import subnet key into cdb 0x%03x", 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()
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()
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()
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()
702 bool has_key_val = (argc > 3); in cmd_app_key_add()
716 len = hex2bin(argv[3], strlen(argv[3]), key_val, sizeof(key_val)); in cmd_app_key_add()
728 shell_error(sh, "App key 0x%03x already has a value", key_app_idx); in cmd_app_key_add()
733 shell_error(sh, "Unable to export app key 0x%03x from cdb", in cmd_app_key_add()
745 shell_error(sh, "Unable to import app key 0x%03x into cdb", in cmd_app_key_add()
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()
775 bool has_key_val = (argc > 3); in cmd_app_key_upd()
789 len = hex2bin(argv[3], strlen(argv[3]), key_val, sizeof(key_val)); in cmd_app_key_upd()
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()
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()
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()
935 mod_id = shell_strtoul(argv[3], 0, &err); in cmd_mod_app_bind()
963 shell_print(sh, "Model App Bind failed with status 0x%02x", status); in cmd_mod_app_bind()
979 mod_id = shell_strtoul(argv[3], 0, &err); in cmd_mod_app_unbind()
1007 shell_print(sh, "Model App Unbind failed with status 0x%02x", status); in cmd_mod_app_unbind()
1032 if (argc > 3) { in cmd_mod_app_get()
1033 cid = shell_strtoul(argv[3], 0, &err); in cmd_mod_app_get()
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()
1057 argc > 3 ? argv[3] : "(SIG)"); in cmd_mod_app_get()
1064 shell_print(sh, "\t0x%04x", apps[i]); in cmd_mod_app_get()
1079 mod_id = shell_strtoul(argv[3], 0, &err); in cmd_mod_sub_add()
1107 shell_print(sh, "Model Subscription Add failed with status 0x%02x", status); in cmd_mod_sub_add()
1123 mod_id = shell_strtoul(argv[3], 0, &err); in cmd_mod_sub_del()
1151 shell_print(sh, "Model Subscription Delete failed with status 0x%02x", status); in cmd_mod_sub_del()
1172 mod_id = shell_strtoul(argv[3], 0, &err); in cmd_mod_sub_add_va()
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()
1222 mod_id = shell_strtoul(argv[3], 0, &err); in cmd_mod_sub_del_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()
1267 mod_id = shell_strtoul(argv[3], 0, &err); in cmd_mod_sub_ow()
1295 shell_print(sh, "Model Subscription Overwrite failed with status 0x%02x", status); in cmd_mod_sub_ow()
1316 mod_id = shell_strtoul(argv[3], 0, &err); in cmd_mod_sub_ow_va()
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()
1366 if (argc > 3) { in cmd_mod_sub_del_all()
1367 cid = shell_strtoul(argv[3], 0, &err); in cmd_mod_sub_del_all()
1388 shell_print(sh, "Model Subscription Delete All failed with status 0x%02x", status); in cmd_mod_sub_del_all()
1413 if (argc > 3) { in cmd_mod_sub_get()
1414 cid = shell_strtoul(argv[3], 0, &err); in cmd_mod_sub_get()
1435 shell_print(sh, "Model Subscription Get failed with status 0x%02x", status); in cmd_mod_sub_get()
1438 "Model Subscriptions for Element 0x%04x, Model 0x%04x %s:", elem_addr, in cmd_mod_sub_get()
1439 mod_id, argc > 3 ? argv[3] : "(SIG)"); in cmd_mod_sub_get()
1446 shell_print(sh, "\t0x%04x", subs[i]); in cmd_mod_sub_get()
1465 if (argc < 3) { in cmd_krp()
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()
1520 "Model Publication for Element 0x%04x, Model 0x%04x:\n" in mod_pub_get()
1521 "\tPublish Address: 0x%04x\n" in mod_pub_get()
1522 "\tAppKeyIndex: 0x%04x\n" in mod_pub_get()
1525 "\tPublishPeriod: 0x%02x\n" in mod_pub_get()
1556 pub.ttl = shell_strtoul(argv[3], 0, &err); in mod_pub_set()
1559 if ((res_step > 3) || (steps > 0x3F)) { in mod_pub_set()
1600 shell_print(sh, "Model Publication Set failed (status 0x%02x)", status); in mod_pub_set()
1616 argc -= 3; in cmd_mod_pub()
1617 argv += 3; in cmd_mod_pub()
1670 "\tSource: 0x%04x\n" in hb_sub_print()
1671 "\tDestination: 0x%04x\n" in hb_sub_print()
1672 "\tPeriodLog: 0x%02x\n" in hb_sub_print()
1673 "\tCountLog: 0x%02x\n" in hb_sub_print()
1693 shell_print(sh, "Heartbeat Subscription Get failed (status 0x%02x)", status); in hb_sub_get()
1709 sub.period = shell_strtoul(argv[3], 0, &err); in hb_sub_set()
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()
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()
1778 pub.period = shell_strtoul(argv[3], 0, &err); in hb_pub_set()
1795 shell_print(sh, "Heartbeat Publication Set failed (status 0x%02x)", status); in hb_pub_set()
1821 3, 1),
1828 cmd_mod_pub, 3, 1 + 8),
1847 cmd_mod_sub_del_all, 3, 1),
1849 3, 1),
1861 3, 1),
1863 3, 1),
1864 SHELL_CMD_ARG(del, NULL, "<NetKeyIdx> <AppKeyIdx>", cmd_app_key_del, 3, 0),
1880 1, 3),
1886 SHELL_CMD_ARG(hb-sub, NULL, "[<Src> <Dst> <Per>]", cmd_hb_sub, 1, 3),