ble_wait_notification
Block until the next BLE notification arrives on a subscription, or timeout. Use for single notification events; for bulk flows, prefer drain_notifications.
Instructions
Block until the next single notification arrives on a subscription, or timeout. For bursty / bulk flows (e.g. downloading a dataset or log file) prefer ble.drain_notifications instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| timeout_s | No | Max seconds to wait (default 10, max 60). | |
| connection_id | Yes | ||
| subscription_id | Yes |