ble_poll_notifications
Polls buffered BLE notifications non-blockingly. Returns up to max_items notifications and a dropped counter for queue overflow.
Instructions
Non-blocking: return up to max_items buffered notifications immediately. Returns an empty list if the queue is empty. Also returns a dropped counter showing how many notifications were lost to queue overflow since subscription start.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| max_items | No | Max notifications to return (default 50, max 1000). | |
| connection_id | Yes | ||
| subscription_id | Yes |