Home
last modified time | relevance | path

Searched refs:bt_mesh_net_flags (Results 1 – 4 of 4) sorted by relevance

/Zephyr-latest/subsys/bluetooth/mesh/
Dsubnet.h208 uint8_t bt_mesh_net_flags(struct bt_mesh_subnet *sub);
Dbeacon.c141 uint8_t flags = bt_mesh_net_flags(sub); in secure_beacon_create()
200 uint8_t flags = bt_mesh_net_flags(sub); in private_beacon_update()
751 uint8_t flags = bt_mesh_net_flags(sub); in bt_mesh_beacon_update()
Dsubnet.c146 uint8_t bt_mesh_net_flags(struct bt_mesh_subnet *sub) in bt_mesh_net_flags() function
Dfriend.c576 upd->flags = bt_mesh_net_flags(frnd->subnet); in encode_update()