Searched refs:gatt_proxy (Results 1 – 5 of 5) sorted by relevance
34 uint8_t gatt_proxy; /* GATT Proxy state */ member80 uint8_t gatt_proxy; member
52 uint8_t gatt_proxy; /*!< GATT Proxy state */ member158 uint8_t gatt_proxy; /*!< The GATT Proxy state value */ member429 uint8_t gatt_proxy; /*!< GATT Proxy state value */ member
96 uint8_t gatt_proxy; member1440 cfg->gatt_proxy = stored_cfg.cfg.gatt_proxy; in settings_core_commit()1703 val.gatt_proxy = cfg->gatt_proxy; in store_pending_cfg()
830 BT_DBG("GATT Proxy 0x%02x -> 0x%02x", cfg->gatt_proxy, buf->data[0]); in gatt_proxy_set()832 if (cfg->gatt_proxy == buf->data[0]) { in gatt_proxy_set()836 cfg->gatt_proxy = buf->data[0]; in gatt_proxy_set()3416 cfg->gatt_proxy = BLE_MESH_GATT_PROXY_NOT_SUPPORTED; in cfg_srv_init()3607 return conf->gatt_proxy; in bt_mesh_gatt_proxy_get()
501 return bt_mesh_cfg_gatt_proxy_set(¶m, set->gatt_proxy_set.gatt_proxy); in btc_ble_mesh_config_client_set_state()