Searched refs:bt_mesh_rpl (Results 1 – 5 of 5) sorted by relevance
13 void bt_mesh_store_rpl(struct bt_mesh_rpl *rpl);
85 struct bt_mesh_rpl { struct267 struct bt_mesh_rpl rpl[CONFIG_BT_MESH_CRPL];
247 static struct bt_mesh_rpl *rpl_find(u16_t src) in rpl_find()260 static struct bt_mesh_rpl *rpl_alloc(u16_t src) in rpl_alloc()276 struct bt_mesh_rpl *entry; in rpl_set()1130 static void store_rpl(struct bt_mesh_rpl *entry) in store_rpl()1158 struct bt_mesh_rpl *rpl = &bt_mesh.rpl[i]; in clear_rpl()1184 struct bt_mesh_rpl *rpl = &bt_mesh.rpl[i]; in store_pending_rpl()1636 void bt_mesh_store_rpl(struct bt_mesh_rpl *entry) in bt_mesh_store_rpl()1659 struct bt_mesh_rpl *rpl = &bt_mesh.rpl[i]; in bt_mesh_clear_all_node_rpl()
561 struct bt_mesh_rpl *rpl = NULL; in is_replay()1525 struct bt_mesh_rpl *rpl = NULL; in bt_mesh_rpl_clear_node()1534 memset(rpl, 0, sizeof(struct bt_mesh_rpl)); in bt_mesh_rpl_clear_node()
581 struct bt_mesh_rpl *rpl = &bt_mesh.rpl[i]; in bt_mesh_rpl_reset()
Completed in 14 milliseconds