Lines Matching refs:sseq_out
40 static uint32_t sseq_out; variable
103 if (sseq_out) { in bt_mesh_sseq_pending_store()
104 err = settings_save_one(path, &sseq_out, sizeof(sseq_out)); in bt_mesh_sseq_pending_store()
110 LOG_ERR("Failed to %s SSeq %s value", (sseq_out == 0 ? "delete" : "store"), path); in bt_mesh_sseq_pending_store()
112 LOG_DBG("%s %s value", (sseq_out == 0 ? "Deleted" : "Stored"), path); in bt_mesh_sseq_pending_store()
123 err = bt_mesh_settings_set(read_cb, cb_arg, &sseq_out, sizeof(sseq_out)); in sseq_set()
129 LOG_DBG("Restored SSeq value 0x%06x", sseq_out); in sseq_set()
283 if (sseq_out > 0xFFFFFF) { in bt_mesh_proxy_solicit()
305 net_buf_simple_add_le24(pdu, sys_cpu_to_be24(sseq_out)); in sol_pdu_create()
467 sseq_out = 0; in bt_mesh_sol_reset()
505 if (sseq_out > 0xFFFFFF) { in bt_mesh_sol_send()
541 sseq_out++; in bt_mesh_sol_send()