mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-14 22:56:12 -04:00
The test implementation of BluetoothSocket::GetInputStream() would crash if the socket was closed. That's not ideal because the caller can't verify if the socket is open or closed. New test verifies that GetOutputStream() and GetInputStream() always return a valid reference. PiperOrigin-RevId: 518722540