Home
last modified time | relevance | path

Searched refs:beacon_set (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_brg.c887 static int beacon_set(uint16_t dst, uint8_t val) in beacon_set() function
910 ASSERT_OK(beacon_set(BRIDGE_ADDR, BT_MESH_BEACON_DISABLED)); in propagate_ivi_update_state()
916 ASSERT_OK(beacon_set(PROV_ADDR, BT_MESH_BEACON_DISABLED)); in propagate_ivi_update_state()
917 ASSERT_OK(beacon_set(BRIDGE_ADDR, BT_MESH_BEACON_ENABLED)); in propagate_ivi_update_state()
923 ASSERT_OK(beacon_set(PROV_ADDR, BT_MESH_BEACON_ENABLED)); in propagate_ivi_update_state()
/Zephyr-latest/subsys/bluetooth/mesh/
Dcfg_srv.c443 static int beacon_set(const struct bt_mesh_model *model, in beacon_set() function
2466 { OP_BEACON_SET, BT_MESH_LEN_EXACT(1), beacon_set },