Home
last modified time | relevance | path

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

/Zephyr-Core-3.6.0/subsys/bluetooth/mesh/
Dnet.h12 #define BT_MESH_KEY_REFRESH(flags) (flags & 0x01) macro
Dmain.c97 if (BT_MESH_KEY_REFRESH(flags)) { in bt_mesh_provision()
107 err = bt_mesh_cdb_subnet_key_import(subnet, BT_MESH_KEY_REFRESH(flags) ? 1 : 0, in bt_mesh_provision()
Dbeacon.c625 bt_mesh_kr_update(sub, BT_MESH_KEY_REFRESH(params->flags), in net_beacon_recv()
Dlpn.c1106 bt_mesh_kr_update(sub, BT_MESH_KEY_REFRESH(msg->flags), rx->new_key); in bt_mesh_lpn_friend_update()
Dnet.c199 if (BT_MESH_KEY_REFRESH(flags)) { in bt_mesh_net_create()