Home
last modified time | relevance | path

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

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dsettings.h28 void bt_mesh_store_rpl(struct bt_mesh_rpl *rpl);
Dtransport.h117 bool bt_mesh_rpl_check(struct bt_mesh_net_rx *rx, struct bt_mesh_rpl **match);
Dnet.h75 struct bt_mesh_rpl { struct
263 struct bt_mesh_rpl rpl[CONFIG_BLE_MESH_CRPL];
Dtransport.c662 static void update_rpl(struct bt_mesh_rpl *rpl, struct bt_mesh_net_rx *rx) in update_rpl()
678 bool bt_mesh_rpl_check(struct bt_mesh_net_rx *rx, struct bt_mesh_rpl **match) in bt_mesh_rpl_check()
693 struct bt_mesh_rpl *rpl = &bt_mesh.rpl[i]; in bt_mesh_rpl_check()
1513 struct bt_mesh_rpl *rpl = NULL;
1853 struct bt_mesh_rpl *rpl = &bt_mesh.rpl[i];
1855 memset(rpl, 0, sizeof(struct bt_mesh_rpl));
Dsettings.c319 static struct bt_mesh_rpl *rpl_find(uint16_t src) in rpl_find()
332 static struct bt_mesh_rpl *rpl_alloc(uint16_t src) in rpl_alloc()
349 struct bt_mesh_rpl *entry = NULL; in rpl_set()
1585 static void store_rpl(struct bt_mesh_rpl *entry) in store_rpl()
1654 struct bt_mesh_rpl *rpl = &bt_mesh.rpl[i]; in store_pending_rpl()
2140 void bt_mesh_store_rpl(struct bt_mesh_rpl *entry) in bt_mesh_store_rpl()
Dnet.c587 struct bt_mesh_rpl *rpl = &bt_mesh.rpl[i]; in bt_mesh_rpl_reset()