Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Loopback in Android Bluetooth

Is it possible to make a loopback Bluetooth connection in an Android phone so that one service can connect to another within the same phone (or even to itself)?

The idea is to use it so I can test a multi-player game that uses Bluetooth to communicate between players.

like image 442
theblitz Avatar asked Sep 20 '25 18:09

theblitz


1 Answers

No it is not possible for bluetooth services to connect to itself or other services on the same phone.

like image 173
Dennis Mathews Avatar answered Sep 22 '25 09:09

Dennis Mathews