Is there default Ack response in Andoird Bluetooth with Arduino

35 Views Asked by At

I am writing app in Android studio for connecting Android phone with Arduino board HC-05. Bluetooth classic is used. I saw from this post (Does the BLE stack resend a packet if response is not received?) that Andorid has default handshaking process for resending not Ack packets. Is that also true in the simpliest bluetooth .send() function? Or I need to write it myself like suggested in this post (How to ensure all data is sent before closing Android BluetoothSocket)?

0

There are 0 best solutions below