Home
last modified time | relevance | path

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

/AliOS-Things-master/components/ble_mesh/bt_mesh/core/inc/
A Dsettings.h13 void bt_mesh_store_rpl(struct bt_mesh_rpl *rpl);
A Dnet.h85 struct bt_mesh_rpl { struct
267 struct bt_mesh_rpl rpl[CONFIG_BT_MESH_CRPL];
/AliOS-Things-master/components/ble_mesh/bt_mesh/core/src/
A Dsettings.c247 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()
A Dtransport.c561 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()
A Dnet.c581 struct bt_mesh_rpl *rpl = &bt_mesh.rpl[i]; in bt_mesh_rpl_reset()

Completed in 14 milliseconds