You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In firmware version 2.3.14, a new bluetooth characteristic 6c6fd238-78fa-436b-aacf-15c5be1ef2e2 was added to be a notify characteristic for serial style logs from the connected device when bluetooth.device_logging_enabled is true.
I've only implemented this on Apple clients so far:
I think it would be a neat feature to expose on Android as well, but I'm not sure the most idiomatic way of representing the data. Definitely interested in hearing what UI could work best from the Android platform experts.
The text was updated successfully, but these errors were encountered:
In firmware version 2.3.14, a new bluetooth characteristic
6c6fd238-78fa-436b-aacf-15c5be1ef2e2
was added to be a notify characteristic for serial style logs from the connected device whenbluetooth.device_logging_enabled
is true.I've only implemented this on Apple clients so far:
I think it would be a neat feature to expose on Android as well, but I'm not sure the most idiomatic way of representing the data. Definitely interested in hearing what UI could work best from the Android platform experts.
The text was updated successfully, but these errors were encountered: