Home
last modified time | relevance | path

Searched refs:bt_mesh_net_create (Results 1 – 3 of 3) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dnet.h294 int bt_mesh_net_create(uint16_t idx, uint8_t flags, const struct bt_mesh_key *key,
Dmain.c143 err = bt_mesh_net_create(net_idx, flags, &mesh_net_key, iv_index); in bt_mesh_provision()
Dnet.c198 int bt_mesh_net_create(uint16_t idx, uint8_t flags, const struct bt_mesh_key *key, in bt_mesh_net_create() function