Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcfg.h50 #define BT_MESH_BEACON_DISABLED BT_MESH_FEATURE_DISABLED macro
/Zephyr-latest/subsys/bluetooth/mesh/
Dpriv_beacon_srv.c76 if (beacon != BT_MESH_BEACON_DISABLED && in handle_beacon_set()
Dpriv_beacon_cli.c31 if (beacon != BT_MESH_BEACON_DISABLED && in handle_beacon_status()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_brg.c298 err = bt_mesh_cfg_cli_beacon_set(net_key_idx, addr, BT_MESH_BEACON_DISABLED, &status); in tester_device_configure()
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()
Dtest_advertiser.c417 ASSERT_OK(bt_mesh_cfg_cli_beacon_set(0, adv_cfg.addr, BT_MESH_BEACON_DISABLED, &status)); in test_tx_proxy_mixin()
418 ASSERT_EQUAL(BT_MESH_BEACON_DISABLED, status); in test_tx_proxy_mixin()