From 3cff4f08a8aa08f3978470c2e748fc52c64720a1 Mon Sep 17 00:00:00 2001 From: ivmarkov Date: Thu, 2 May 2024 17:37:07 +0000 Subject: [PATCH] Accomodate the latest changes to BTP --- src/ble.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/src/ble.rs b/src/ble.rs index 2ea0725..4ee3fe2 100644 --- a/src/ble.rs +++ b/src/ble.rs @@ -711,6 +711,7 @@ where return Some(GattPeripheralEvent::Write { address: BtAddr(addr.into()), data: value, + gatt_mtu: conn.mtu, }); }