下载 APKPure App
可在安卓获取BLE Throughput的历史版本
与MTU大小交流BLE吞吐量
1. Support mtu exchange
2. support loopback, ack and no responese test mode for Android 5.x to 6.0
3. Added BLE device interval time change
4. UUID list:
UUID_SERVICE_BLE_DEVICE_INTERVAL = UUID.fromString("0000e050-0000-1000-8000-00805f9b34fb");
UUID_CHAR_BLE_DEVICE_INTERVAL = UUID.fromString("0000f050-0000-1000-8000-00805f9b34fb");
UUID_SERVICE_BLE_THRUPUT_TEST = UUID.fromString("8832ab08-ba2d-0184-004c-68c08e2190bf");
UUID_CHAR_BLE_THRUPUT_TEST_WRITE = UUID.fromString("361e118a-5524-29b6-0345-b15e12e25b34");
UUID_CHAR_BLE_THRUPUT_TEST_LB = UUID.fromString("361e118a-5524-29b6-0345-b15e12e25b34");
CLIENT_CHARACTERISTIC_CONFIG = "00002902-0000-1000-8000-00805f9b34fb";
Last updated on 2016年08月31日
1. Change default device interval time from 7.5ms to 30ms
2. Added waiting device response time 250ms, if no response then send next.
3. Packet size can be test up to 251 bytes
4. Modified receive test data length to use received packet size.
5. Modified request MTU size for 5 times to prevent failure
6. Modified little endian
7. Added connection interval by notification
BLE Throughput
v0.1.8 by Alltek Technology Corp.
2016年08月31日