mirror of
https://github.com/kidfromjupiter/nearby.git
synced 2026-09-16 07:36:10 -04:00
upstream changes applied to linux impl
This commit is contained in:
@@ -216,7 +216,7 @@ Exception BluetoothInputStream::Close() {
|
||||
return {Exception::kSuccess};
|
||||
}
|
||||
|
||||
Exception BluetoothOutputStream::Write(const ByteArray &data) {
|
||||
Exception BluetoothOutputStream::Write(absl::string_view data) {
|
||||
int fd = fd_raw_.load();
|
||||
if (fd < 0) return Exception{Exception::kIo};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user