Lines Matching refs:cred_flag
116 const uint8_t *uuid, uint16_t app_idx, uint8_t cred_flag, in _mod_pub_set() argument
123 if (!IS_ENABLED(CONFIG_BT_MESH_LOW_POWER) && cred_flag) { in _mod_pub_set()
171 model->pub->cred = cred_flag; in _mod_pub_set()
748 uint8_t retransmit, status, pub_ttl, pub_period, cred_flag; in mod_pub_set() local
768 cred_flag = ((pub_app_idx >> 12) & BIT_MASK(1)); in mod_pub_set()
781 LOG_DBG("elem_addr 0x%04x pub_addr 0x%04x cred_flag %u", elem_addr, pub_addr, cred_flag); 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
867 cred_flag = ((pub_app_idx >> 12) & BIT_MASK(1)); in mod_pub_va_set()
879 LOG_DBG("elem_addr 0x%04x cred_flag %u", elem_addr, cred_flag); in mod_pub_va_set()
906 status = _mod_pub_set(mod, pub_addr, va->uuid, pub_app_idx, cred_flag, pub_ttl, in mod_pub_va_set()