This commit is contained in:
callebtc
2025-07-13 22:39:41 +02:00
parent f40283694d
commit 362f9b0ff2
@@ -493,7 +493,7 @@ class BluetoothMeshService(private val context: Context) {
) )
connectionManager.broadcastPacket(RoutedPacket(packet)) connectionManager.broadcastPacket(RoutedPacket(packet))
Log.d(TAG, "Sent key exchange") Log.d(TAG, "Sent key exchange to device: ${device.address}")
} }
/** /**