C5.17.1Stylus pairing can drop mid-sessiondesignresearch

The pen pairs with the device over Bluetooth or a proprietary protocol, and that pairing can drop mid-session

Aliases: stylus pairing · Bluetooth drop · protocol drop

What it is

An active pen is recognised by the host over Bluetooth or a vendor proprietary radio / magnetic protocol. Pressure, buttons, and sometimes even coordinates exist only after that recognition. The link can drop in use: sleep, interference, distance, a reset of the host Bluetooth stack. A drop is not a synonym for “battery empty”, and not the pen being physically taken—the pen is still in the hand, the channel is gone.

Why it happens

Pairing registers the pen’s identity, encryption, and capability set (pressure depth, buttons, eraser end) with the host. A proprietary protocol may use the digitizer’s own radio, not system Bluetooth, and still has session timeouts. System Bluetooth shares a controller with headphones and keyboards. Host sleep often tears the session down; wake requires renegotiation, and the pen looks dead for the first seconds. 2.4 GHz interference, USB 3 noise, and walking the pen out of range make retries fail. If an app asks “is there a pen?” only at launch, it still believes pressure exists after a mid-session drop, and events become zero-resolution touches or no points at all. A visible pairing state (system tray, a corner of the writing UI) is how people split “broken pen” from “link dropped”. Re-pairing sometimes needs a tap in settings, sometimes is magnet-to-connect; when the latter fails there is no next step.

Studying it

Mid-writing, sleep the host, walk out of range, or turn on an interferer. Log time from drop to first recovered stroke, whether a hint appeared, whether the app still showed a pressure UI.

Independent variables: protocol type, sleep policy, persistent status, whether reconnect needs a manual step. Dependent measures: drop count, recovery time, misattribution (battery / broken pen), lost unsaved strokes.

Where it stops holding

A passive capacitive stylus has no pairing and not this failure. A wired or pure-EMR pen without Bluetooth drops differently (digitizer power). Two users grabbing one pen can look like “the button mapping suddenly became someone else’s”. Airplane mode turning Bluetooth off is a systematic drop and should name the cause.

Applying it

  • Show link state in the writing UI. On drop, a non-modal “pen disconnected, reconnecting” beats ink simply stopping.
  • Renegotiate on host wake; do not wait for settings.
  • Apps should subscribe to mid-session drops and turn off pressure UI, rather than keep drawing a forceless line as if pressure were live.
  • How to check: sleep mid-stroke and open again; the first stroke should recover in seconds or show a clear reconnect. Walk out of range and back; it should auto-join. Turn Bluetooth off; the cause should be intelligible.

Related

  • Same group: C5.17.2 Low battery must be explicit, not a silent stop · C5.17.3 Magnets and silos reduce loss but do not replace find-my · C5.17.4 After a pairing drop, writing should degrade to finger touch
  • Adjacent: C5.07 Division of Labor Between Pen and Finger · C5.10 Pen Buttons and Eraser Ends
  • Search: stylus pairing · Bluetooth drop · digitizer session

Cards in the same group

Quick Actions

Share

Share this page

ios_share

https://hci.top/en/handbook/C5.17.1