Searched refs:pub_ttl (Results 1 – 1 of 1) sorted by relevance
/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/ |
D | cfg_srv.c | 749 uint8_t retransmit, status, pub_ttl, pub_period, cred_flag; in mod_pub_set() local 772 pub_ttl = net_buf_simple_pull_u8(buf); in mod_pub_set() 773 if (pub_ttl > BT_MESH_TTL_MAX && pub_ttl != BT_MESH_TTL_DEFAULT) { in mod_pub_set() 774 LOG_ERR("Invalid TTL value 0x%02x", pub_ttl); in mod_pub_set() 783 LOG_DBG("pub_app_idx 0x%03x, pub_ttl %u pub_period 0x%02x", pub_app_idx, pub_ttl, in mod_pub_set() 802 status = _mod_pub_set(mod, pub_addr, NULL, pub_app_idx, cred_flag, pub_ttl, in mod_pub_set() 846 uint8_t retransmit, status, pub_ttl, pub_period, cred_flag; in mod_pub_va_set() local 870 pub_ttl = net_buf_simple_pull_u8(buf); in mod_pub_va_set() 871 if (pub_ttl > BT_MESH_TTL_MAX && pub_ttl != BT_MESH_TTL_DEFAULT) { in mod_pub_va_set() 872 LOG_ERR("Invalid TTL value 0x%02x", pub_ttl); in mod_pub_va_set() [all …]
|