Home
last modified time | relevance | path

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

/Zephyr-latest/subsys/bluetooth/mesh/
Dpriv_beacon_srv.c129 bt_mesh_priv_gatt_proxy_set(gatt_proxy); in handle_gatt_proxy_set()
244 bt_mesh_priv_gatt_proxy_set(priv_beacon_state.proxy_state); in priv_beacon_srv_settings_set()
Dcfg.c215 int bt_mesh_priv_gatt_proxy_set(enum bt_mesh_feat_state priv_gatt_proxy) in bt_mesh_priv_gatt_proxy_set() function
Dcfg_srv.c557 (void)bt_mesh_priv_gatt_proxy_set(BT_MESH_FEATURE_DISABLED); in gatt_proxy_set()
/Zephyr-latest/include/zephyr/bluetooth/mesh/
Dcfg.h275 int bt_mesh_priv_gatt_proxy_set(enum bt_mesh_feat_state priv_gatt_proxy);
/Zephyr-latest/tests/bsim/bluetooth/mesh/src/
Dtest_beacon.c1724 ASSERT_OK_MSG(bt_mesh_priv_gatt_proxy_set(BT_MESH_GATT_PROXY_ENABLED), in test_tx_priv_net_id()
1820 ASSERT_OK_MSG(bt_mesh_priv_gatt_proxy_set(BT_MESH_GATT_PROXY_ENABLED), in test_tx_priv_multi_net_id()
2147 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()