【问题标题】:Android Bluetooth Chat sample Fail while Transferring Large XML fileAndroid 蓝牙聊天示例在传输大型 XML 文件时失败
【发布时间】:2011-12-28 14:24:46
【问题描述】:

我在我的应用程序中使用蓝牙聊天示例,同时使用蓝牙聊天传输 XML,有时它能够发送它正在中断的一半 XML。而其他设备只收到了一半的 XML,谁能帮我出去这个的 提前谢谢你.....

【问题讨论】:

    标签: android xml bluetooth interrupt


    【解决方案1】:

    在BluetoothChatService.java的ConnectedThread的run()方法中,改变

     byte[] buffer = new byte[1024];
    

     byte[] buffer = new byte[4096];
    

    【讨论】:

      猜你喜欢
      • 2011-11-14
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2013-11-10
      • 1970-01-01
      • 2012-06-13
      • 1970-01-01
      • 2012-08-23
      相关资源
      最近更新 更多