# BLE Mesh General Solution

## What is the networking mode of a Tuya private mesh network?

Nodes on a Tuya private mesh network are connected in mesh topology.

## What is the networking mode of a Bluetooth mesh network?

Nodes on a Bluetooth mesh network are connected in mesh topology.

## How many mobile phones can connect to a Bluetooth mesh network simultaneously?

The number of mobile phones connected to a Bluetooth mesh network must be less than the number of non-low-power nodes.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.ifreeq.com/faqs/device-development/mcu-access-mode/ble-general-solution/ble-mesh-general-solution.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
