Searched refs:pub_app_idx (Results 1 – 1 of 1) sorted by relevance
/Zephyr-latest/subsys/bluetooth/mesh/ |
D | cfg_srv.c | 749 uint16_t elem_addr, pub_addr, pub_app_idx; in mod_pub_set() local 767 pub_app_idx = net_buf_simple_pull_le16(buf); in mod_pub_set() 768 cred_flag = ((pub_app_idx >> 12) & BIT_MASK(1)); in mod_pub_set() 769 pub_app_idx &= BIT_MASK(12); 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() 846 uint16_t elem_addr, pub_app_idx; in mod_pub_va_set() local 866 pub_app_idx = net_buf_simple_pull_le16(buf); in mod_pub_va_set() 867 cred_flag = ((pub_app_idx >> 12) & BIT_MASK(1)); in mod_pub_va_set() 868 pub_app_idx &= BIT_MASK(12); in mod_pub_va_set() [all …]
|