Home
last modified time | relevance | path

Searched refs:bt_mesh_cfg_gatt_proxy_set (Results 1 – 3 of 3) sorted by relevance

/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/include/
Dcfg_cli.h54 int bt_mesh_cfg_gatt_proxy_set(bt_mesh_client_common_param_t *param, uint8_t val);
/hal_espressif-latest/components/bt/esp_ble_mesh/btc/
Dbtc_ble_mesh_config_model.c501 return bt_mesh_cfg_gatt_proxy_set(&param, set->gatt_proxy_set.gatt_proxy); in btc_ble_mesh_config_client_set_state()
/hal_espressif-latest/components/bt/esp_ble_mesh/mesh_core/
Dcfg_cli.c752 int bt_mesh_cfg_gatt_proxy_set(bt_mesh_client_common_param_t *param, uint8_t val) in bt_mesh_cfg_gatt_proxy_set() function