Searched refs:pub_period (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | cfg_srv.c | 748 uint8_t retransmit, status, pub_ttl, pub_period, cred_flag; in mod_pub_set() local 777 pub_period = net_buf_simple_pull_u8(buf); in mod_pub_set() 783 pub_period); in mod_pub_set() 802 pub_period, retransmit, true); in mod_pub_set() 845 uint8_t retransmit, status, pub_ttl, pub_period, cred_flag; in mod_pub_va_set() local 875 pub_period = net_buf_simple_pull_u8(buf); in mod_pub_va_set() 881 pub_period); in mod_pub_va_set() 907 pub_period, retransmit, true); in mod_pub_va_set()
|