How reliable is bluetooth on Android?
I have written a draft game with bluetooth on Libgdx.
But 25% of packets disappear.
So movements of actors are jerky.
Then I add confirmation for received packets.
But it slows down the performance.
Sometimes packets are resending few times.
The devices are just near each other.
Thanks.
How reliable is bluetooth on Android? I have written a draft game with bluetooth
Share
If it were the case then file transfer between two devices might never be successful since you will never get the complete file on other side.
What matters is what BT Profile you implement.
The HID is used for gaming mouse, keyboard etc.
But most android phones, atleast sometime back didnt have HID profile implemented ,had some experience with samsung mobile phones but tablets may be different I guess.