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 #21187 I left the Android behavior around short discriminators the same as it was before: they are 0-padded to look like a long discriminator with all low bits 0. This happens in two places:
BLEManagerImpl::NewConnection in src/platform/android/BLEManagerImpl.cpp
TransformSetupPayload in src/setup_payload/java/SetupPayloadParser-JNI.cpp
Proposed Solution
What needs to happen is to figure out how short discriminators should actually be handled in the Android API and handle them accordingly.
The text was updated successfully, but these errors were encountered:
Problem
In #21187 I left the Android behavior around short discriminators the same as it was before: they are 0-padded to look like a long discriminator with all low bits 0. This happens in two places:
Proposed Solution
What needs to happen is to figure out how short discriminators should actually be handled in the Android API and handle them accordingly.
The text was updated successfully, but these errors were encountered: