Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0332ab51 authored by Yun-hao Chung's avatar Yun-hao Chung Committed by Automerger Merge Worker
Browse files

Merge "Floss: Extend the size of socket send in btclient" am: e6e483ff

parents 26199761 e6e483ff
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -35,7 +35,8 @@ use std::io::{Read, Write};
use std::sync::{Arc, Mutex};
use std::time::Duration;

const SOCKET_TEST_WRITE: &[u8] = b"01234567890123456789";
const SOCKET_TEST_WRITE: &[u8] =
    b"01234567890123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ";

/// Callback context for manager interface callbacks.
pub(crate) struct BtManagerCallback {