Home
last modified time | relevance | path

Searched refs:bt_mesh_rpl (Results 1 – 5 of 5) sorted by relevance

/Zephyr-Core-3.5.0/subsys/bluetooth/mesh/
Drpl.h8 struct bt_mesh_rpl { struct
21 typedef void (*bt_mesh_rpl_func_t)(struct bt_mesh_rpl *rpl, argument
26 struct bt_mesh_rpl **match);
28 void bt_mesh_rpl_update(struct bt_mesh_rpl *rpl,
Drpl.c30 LOG_MODULE_REGISTER(bt_mesh_rpl);
38 static struct bt_mesh_rpl replay_list[CONFIG_BT_MESH_CRPL];
47 static inline int rpl_idx(const struct bt_mesh_rpl *rpl) in rpl_idx()
52 static void clear_rpl(struct bt_mesh_rpl *rpl) in clear_rpl()
72 static void schedule_rpl_store(struct bt_mesh_rpl *entry, bool force) in schedule_rpl_store()
85 void bt_mesh_rpl_update(struct bt_mesh_rpl *rpl, in bt_mesh_rpl_update()
110 struct bt_mesh_rpl **match) in bt_mesh_rpl_check()
112 struct bt_mesh_rpl *rpl; in bt_mesh_rpl_check()
186 static struct bt_mesh_rpl *bt_mesh_rpl_find(uint16_t src) in bt_mesh_rpl_find()
199 static struct bt_mesh_rpl *bt_mesh_rpl_alloc(uint16_t src) in bt_mesh_rpl_alloc()
[all …]
Dtransport_legacy.c1279 struct bt_mesh_rpl *rpl = NULL; in trans_seg()
Dtransport.c1335 struct bt_mesh_rpl *rpl = NULL; in trans_seg()
/Zephyr-Core-3.5.0/tests/bsim/bluetooth/mesh/src/
Dtest_replay_cache.c373 struct bt_mesh_rpl *rpl = NULL; in test_rx_rpl_frag()
447 struct bt_mesh_rpl *rpl = NULL; in test_rx_reboot_after_defrag()