Lines Matching full:period
1516 pub.period, BT_MESH_PUB_TRANSMIT_COUNT(pub.transmit), in mod_pub_get()
1533 pub.period = strtoul(argv[4], NULL, 0); in mod_pub_set()
1607 "<AppKeyIndex> <cred> <ttl> <period> <count> <interval>]" , NULL
1619 sub->src, sub->dst, sub->period, sub->count, in hb_sub_print()
1653 sub.period = strtoul(argv[3], NULL, 0); in hb_sub_set()
1685 NULL, "<src> <dst> <period>", NULL
1707 printk("\tdst 0x%04x count 0x%02x period 0x%02x\n", in hb_pub_get()
1708 pub.dst, pub.count, pub.period); in hb_pub_get()
1723 pub.period = strtoul(argv[3], NULL, 0); in hb_pub_set()
1758 NULL, "<dst> <count> <period> <ttl> <features> <NetKeyIndex>" , NULL
1999 printk("Failed to send Health Period Get (err %d)\n", err); in cmd_period_get()
2021 printk("Failed to send Health Period Set (err %d)\n", err); in cmd_period_set()
2047 printk("Failed to send Health Period Set (err %d)\n", err); in cmd_period_set_unack()
2459 { "period-get", cmd_period_get, NULL },
2460 { "period-set", cmd_period_set, &cmd_period_set_help },
2461 { "period-set-unack", cmd_period_set_unack, &cmd_period_set_unack_help },