mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 15:36:12 -04:00
removed bluetooth_classic_socket specific stream semantics. all linux sockets should use stream.h. improved stream semantics in stream.h
This commit is contained in:
@@ -35,6 +35,8 @@
|
||||
namespace nearby {
|
||||
namespace linux {
|
||||
|
||||
// TODO: use linux stream instead of bespoke l2cap input/output stream
|
||||
|
||||
class BleL2capSocket;
|
||||
|
||||
class BleL2capInputStream final : public InputStream {
|
||||
|
||||
Reference in New Issue
Block a user