Searched refs:gatt_proxy (Results 1 – 6 of 6) sorted by relevance
32 u8_t gatt_proxy; /* GATT Proxy state */ member
81 .gatt_proxy = BT_MESH_GATT_PROXY_ENABLED,83 .gatt_proxy = BT_MESH_GATT_PROXY_NOT_SUPPORTED,
95 u8_t gatt_proxy; member989 cfg->gatt_proxy = stored_cfg.cfg.gatt_proxy; in mesh_commit()1237 val.gatt_proxy = cfg->gatt_proxy; in store_pending_cfg()
64 .gatt_proxy = BT_MESH_GATT_PROXY_ENABLED,66 .gatt_proxy = BT_MESH_GATT_PROXY_NOT_SUPPORTED,900 BT_DBG("GATT Proxy 0x%02x -> 0x%02x", cfg->gatt_proxy, buf->data[0]); in gatt_proxy_set()902 if (cfg->gatt_proxy == buf->data[0]) { in gatt_proxy_set()906 cfg->gatt_proxy = buf->data[0]; in gatt_proxy_set()912 if (cfg->gatt_proxy == BT_MESH_GATT_PROXY_DISABLED) { in gatt_proxy_set()3280 cfg->gatt_proxy = BT_MESH_GATT_PROXY_NOT_SUPPORTED; in bt_mesh_cfg_srv_init()3450 return conf->gatt_proxy; in bt_mesh_gatt_proxy_get()
300 bt_cfg_srv.gatt_proxy = cfg_srv->gatt_proxy; in ble_stack_mesh_init()
80 .gatt_proxy = BT_MESH_GATT_PROXY_DISABLED,82 .gatt_proxy = BT_MESH_GATT_PROXY_NOT_SUPPORTED,
Completed in 20 milliseconds