Searched refs:pub_ttl (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 771 pub_ttl = net_buf_simple_pull_u8(buf); in mod_pub_set() 772 if (pub_ttl > BT_MESH_TTL_MAX && pub_ttl != BT_MESH_TTL_DEFAULT) { in mod_pub_set() 773 LOG_ERR("Invalid TTL value 0x%02x", pub_ttl); in mod_pub_set() 782 LOG_DBG("pub_app_idx 0x%03x, pub_ttl %u pub_period 0x%02x", pub_app_idx, pub_ttl, in mod_pub_set() 801 status = _mod_pub_set(mod, pub_addr, NULL, pub_app_idx, cred_flag, pub_ttl, in mod_pub_set() 845 uint8_t retransmit, status, pub_ttl, pub_period, cred_flag; in mod_pub_va_set() local 869 pub_ttl = net_buf_simple_pull_u8(buf); in mod_pub_va_set() 870 if (pub_ttl > BT_MESH_TTL_MAX && pub_ttl != BT_MESH_TTL_DEFAULT) { in mod_pub_va_set() 871 LOG_ERR("Invalid TTL value 0x%02x", pub_ttl); in mod_pub_va_set() [all …]
|