mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
Internal change
PiperOrigin-RevId: 369493979
This commit is contained in:
@@ -43,7 +43,7 @@ class BlePeripheral : public api::BlePeripheral {
|
||||
class BleSocket : public api::BleSocket {
|
||||
public:
|
||||
// TODO(b/184975123): replace with real implementation.
|
||||
~BleSocket();
|
||||
~BleSocket() override;
|
||||
|
||||
// Returns the InputStream of the BleSocket.
|
||||
// On error, returned stream will report Exception::kIo on any operation.
|
||||
|
||||
Reference in New Issue
Block a user