Home
last modified time | relevance | path

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

/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcfg.h61 #define BT_MESH_PRIV_GATT_PROXY_ENABLED BT_MESH_FEATURE_ENABLED macro
/Zephyr-latest/subsys/bluetooth/mesh/
Dnet.c364 bt_mesh_priv_gatt_proxy_get() == BT_MESH_PRIV_GATT_PROXY_ENABLED)) { in bt_mesh_net_iv_update()
679 (bt_mesh_priv_gatt_proxy_get() == BT_MESH_PRIV_GATT_PROXY_ENABLED); in relay_to_adv()
698 bt_mesh_priv_gatt_proxy_get() != BT_MESH_PRIV_GATT_PROXY_ENABLED) { in bt_mesh_net_relay()
753 bt_mesh_priv_gatt_proxy_get() == BT_MESH_PRIV_GATT_PROXY_ENABLED)) { in bt_mesh_net_relay()
Dbeacon.c615 if (((priv && bt_mesh_priv_beacon_get() == BT_MESH_PRIV_GATT_PROXY_ENABLED) || in net_beacon_register()
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_beacon.c2147 ASSERT_OK_MSG(bt_mesh_priv_gatt_proxy_set(BT_MESH_PRIV_GATT_PROXY_ENABLED), in test_tx_priv_gatt_proxy()
2175 ASSERT_OK_MSG(bt_mesh_priv_gatt_proxy_set(BT_MESH_PRIV_GATT_PROXY_ENABLED), in test_rx_priv_gatt_proxy()