I have a question about android 4.4 Bluetooth Low Energy.
I have a BLE dongle with UART Rx pin. I can send bytes data from Rx-pin to BLE dongle, and BLE dongle will send the data to bluetooth host device by indication.
So I have a Rx characteristic value it's property is indication. I send about 80 bytes data to Rx characteristic, but i only get 20 bytes by once callback function onCharacteristicChanged.
But I use iPad mini to indicate this characteristic value, it receives 4 packets one of 20 bytes data and it seems right.
How can I do to receive 80 bytes data like iOS in Android callback function ?