> For the complete documentation index, see [llms.txt](https://docs.tryterra.co/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.tryterra.co/faq/help-topics/data-api-sdk/realtime-streaming-and-ble/realtime-streaming-ble-broadcast-required.md).

# Why does realtime streaming return success but no events?

Real-time streaming only works with devices that **actively broadcast heart rate over BLE**. A successful `startRealtime`/connection only means the session was registered, not that data is flowing.

Many consumer, budget or older bands (for example some Xiaomi Mi Band models) do not reliably expose HR over BLE broadcast and are not supported for streaming.

A few checks:

* For Whoop, enable `Settings > Device Settings > Broadcast HR`.
* If a connection succeeds but no data arrives, toggle the phone's Bluetooth off and on, then retry.

No additional dashboard configuration is needed for real-time streaming; the [SDK integration](https://docs.tryterra.co/streaming-api/connect-wearable-to-sdk) alone is sufficient. Note that the `ALL_DEVICES` scan type is Android-only.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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.tryterra.co/faq/help-topics/data-api-sdk/realtime-streaming-and-ble/realtime-streaming-ble-broadcast-required.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.
