Home
last modified time | relevance | path

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

/Zephyr-Core-3.7.0/subsys/bluetooth/mesh/
Dsubnet.c227 case BT_MESH_KR_PHASE_3: in key_refresh()
258 BT_MESH_KR_PHASE_3)); in bt_mesh_kr_update()
260 key_refresh(sub, BT_MESH_KR_PHASE_3); in bt_mesh_kr_update()
450 case BT_MESH_KR_PHASE_3: in bt_mesh_subnet_update()
515 BIT(BT_MESH_KR_PHASE_3), /* Normal phase: KR is started by key update */ in bt_mesh_subnet_kr_phase_set()
516 BIT(BT_MESH_KR_PHASE_2) | BIT(BT_MESH_KR_PHASE_3), /* Phase 1 */ in bt_mesh_subnet_kr_phase_set()
517 BIT(BT_MESH_KR_PHASE_3), /* Phase 2 */ in bt_mesh_subnet_kr_phase_set()
Dsubnet.h22 #define BT_MESH_KR_PHASE_3 0x03 macro
/Zephyr-Core-3.7.0/include/zephyr/bluetooth/mesh/
Dcfg.h43 #define BT_MESH_KR_PHASE_3 0x03 macro
/Zephyr-Core-3.7.0/tests/bsim/bluetooth/mesh/src/
Dtest_beacon.c261 phase = BT_MESH_KR_PHASE_3; in tx_on_key_refresh_test()