-
Notifications
You must be signed in to change notification settings - Fork 32
Play Sound on a tag that is near its owner (owner-connected mode) #201
Copy link
Copy link
Open
0 / 10 of 1 issue completedOpen
0 / 10 of 1 issue completed
Copy link
Labels
@appIssues regarding the OpenTagViewer Android appIssues regarding the OpenTagViewer Android app@hardwareTalking to tags and accessories directly over Bluetooth: scanning, ringing, protocol capturesTalking to tags and accessories directly over Bluetooth: scanning, ringing, protocol capturesenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Description
Activity
Metadata
Metadata
Assignees
Labels
@appIssues regarding the OpenTagViewer Android appIssues regarding the OpenTagViewer Android app@hardwareTalking to tags and accessories directly over Bluetooth: scanning, ringing, protocol capturesTalking to tags and accessories directly over Bluetooth: scanning, ringing, protocol capturesenhancementNew feature or requestNew feature or requesthelp wantedExtra attention is neededExtra attention is needed
Tracking issue for playing a sound on a tag that is near its owner. Ringing a tag that is separated from its owner is #139's job; this issue covers the case that path doesn't reach.
The reading list and what has been tried so far are collected in
docs/owner-connected-tags.md.Two control points
4F860003, non-owner control point4F860002, configuration control pointWhat is known
4F860002over a link encrypted with a stable LTK. Byte-identical writes from Android, unencrypted, are acknowledged and play nothing. Android's public API cannot encrypt a link with a supplied LTK, and the rooted BlueZ route failed because the kernel lacksN_HCI.ble_fmy.c) treats an unencrypted connection as a non-owner and disables4F860002for it. Encryption succeeding switches it to owner mode, and a comment there says any phone on the paired Apple ID can encrypt.4F860003at all.Open questions
4F860003write while subscribed to indications on it, and read the Command_Response.Related: #17, #48, #139, #193.