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";
Ultima versione
v0.1.8Caricata da
Dedik Hermawan
È necessario Android
Android 4.4+
Categoria
Gratuita Strumenti APPClassificazione dei contenuti
Everyone
Segnala
Segna come inappropriataLast updated on Aug 31, 2016
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