The code in WireConnection#getDefaultWireOperations() obtains the V10 protocol from protocols for processing the error, but with the default configuration in Jaybird 6, it won't contain the V10 protocol. Either obtain the lowest available version, or make sure to obtain V10 in a different way.
The code in
WireConnection#getDefaultWireOperations()obtains the V10 protocol fromprotocolsfor processing the error, but with the default configuration in Jaybird 6, it won't contain the V10 protocol. Either obtain the lowest available version, or make sure to obtain V10 in a different way.